#include "incls/_precompiled.incl"
#include "incls/_dll.cpp.incl"
Include dependency graph for dll.cpp:
Go to the source code of this file.
Functions | |
CompiledDLL_Cache * | compiledDLL_Cache_from_return_address (char *return_address) |
CompiledDLL_Cache * | compiledDLL_Cache_from_relocInfo (char *displacement_address) |
Variables | |
Compiler * | theCompiler |
CompiledDLL_Cache* compiledDLL_Cache_from_relocInfo | ( | char * | displacement_address | ) |
Definition at line 201 of file dll.cpp.
References nativeCall_from_relocInfo().
Here is the call graph for this function:
CompiledDLL_Cache* compiledDLL_Cache_from_return_address | ( | char * | return_address | ) |
Definition at line 193 of file dll.cpp.
References nativeCall_from_return_address(), and CompiledDLL_Cache::verify().
Referenced by DLLs::lookup_and_patch_CompiledDLL_Cache(), and StubRoutines::trace_DLL_call_1().
Here is the call graph for this function:
Compiler* theCompiler |