#include "incls/_precompiled.incl"
#include "incls/_nativeInstruction.cpp.incl"
Include dependency graph for nativeInstruction.cpp:
Go to the source code of this file.
Functions | |
NativeCall * | nativeCall_at (char *address) |
NativeCall * | nativeCall_from_return_address (char *return_address) |
NativeCall * | nativeCall_from_relocInfo (char *displacement_address) |
NativeMov * | nativeMov_at (char *address) |
NativeTest * | nativeTest_at (char *address) |
IC_Info * | ic_info_at (char *address) |
IC_Info* ic_info_at | ( | char * | address | ) |
Definition at line 105 of file nativeInstruction.cpp.
References nativeTest_at().
Here is the call graph for this function:
NativeCall* nativeCall_at | ( | char * | address | ) |
Definition at line 40 of file nativeInstruction.cpp.
References NativeCall::instruction_offset, and NativeCall::verify().
Here is the call graph for this function:
NativeCall* nativeCall_from_relocInfo | ( | char * | displacement_address | ) |
Definition at line 56 of file nativeInstruction.cpp.
References NativeCall::displacement_offset, and NativeCall::verify().
Referenced by compiledDLL_Cache_from_relocInfo().
Here is the call graph for this function:
NativeCall* nativeCall_from_return_address | ( | char * | return_address | ) |
Definition at line 48 of file nativeInstruction.cpp.
References NativeCall::return_address_offset, and NativeCall::verify().
Referenced by compiledDLL_Cache_from_return_address().
Here is the call graph for this function:
NativeMov* nativeMov_at | ( | char * | address | ) |
Definition at line 75 of file nativeInstruction.cpp.
References NativeMov::instruction_offset, and NativeMov::verify().
Referenced by CompiledDLL_Cache::mov_at().
Here is the call graph for this function:
NativeTest* nativeTest_at | ( | char * | address | ) |
Definition at line 96 of file nativeInstruction.cpp.
References NativeTest::instruction_offset, and NativeTest::verify().
Referenced by ic_info_at(), MacroAssembler::inspector(), and CompiledDLL_Cache::test_at().
Here is the call graph for this function: