Searched refs:CompiledCodeToInterpreterBridge (Results 1 – 8 of 8) sorted by relevance
30 .global CompiledCodeToInterpreterBridge symbol31 .type CompiledCodeToInterpreterBridge, %function32 CompiledCodeToInterpreterBridge: label
28 extern "C" void CompiledCodeToInterpreterBridge(Method *);44 bridge = reinterpret_cast<const void *>(CompiledCodeToInterpreterBridge); in GetCompiledCodeToInterpreterBridge()52 return reinterpret_cast<const void *>(CompiledCodeToInterpreterBridge); in GetCompiledCodeToInterpreterBridge()
29 .global CompiledCodeToInterpreterBridge symbol30 .type CompiledCodeToInterpreterBridge, %function31 CompiledCodeToInterpreterBridge: label
32 .global CompiledCodeToInterpreterBridge symbol33 TYPE_FUNCTION(CompiledCodeToInterpreterBridge)34 CompiledCodeToInterpreterBridge: label
32 .global CompiledCodeToInterpreterBridge symbol33 .type CompiledCodeToInterpreterBridge, %function34 CompiledCodeToInterpreterBridge: label
80 …he `compiled_entry_point_` must point to a runtime function `CompiledCodeToInterpreterBridge` whic…214 If the entrypoint points to `CompiledCodeToInterpreterBridge` then the callee should be executed by…252 If a function should be executed by the interpreter it must have `CompiledCodeToInterpreterBridge` …253 `CompiledCodeToInterpreterBridge` does the following: 256 * Fill in the interpreter frame by the arguments passed to `CompiledCodeToInterpreterBridge` in the…262 `CompiledCodeToInterpreterBridge`'s boundary stack frame is necessary to link the compiled code's f…