Searched refs:CompiledCodeToInterpreterBridge (Results 1 – 10 of 10) sorted by relevance
29 .global CompiledCodeToInterpreterBridge symbol30 .type CompiledCodeToInterpreterBridge, %function31 CompiledCodeToInterpreterBridge: label
39 bridge = reinterpret_cast<const void *>(CompiledCodeToInterpreterBridge); in GetCompiledCodeToInterpreterBridge()47 return reinterpret_cast<const void *>(CompiledCodeToInterpreterBridge); in GetCompiledCodeToInterpreterBridge()
36 extern "C" void CompiledCodeToInterpreterBridge();
32 .global CompiledCodeToInterpreterBridge symbol33 TYPE_FUNCTION(CompiledCodeToInterpreterBridge)34 CompiledCodeToInterpreterBridge: label
30 .global CompiledCodeToInterpreterBridge symbol31 .type CompiledCodeToInterpreterBridge, %function32 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…
86 …he `compiled_entry_point_` must point to a runtime function `CompiledCodeToInterpreterBridge` whic…220 If the entrypoint points to `CompiledCodeToInterpreterBridge` then the callee should be executed by…258 If a function should be executed by the interpreter it must have `CompiledCodeToInterpreterBridge` …259 `CompiledCodeToInterpreterBridge` does the following: 262 * Fill in the interpreter frame by the arguments passed to `CompiledCodeToInterpreterBridge` in the…268 `CompiledCodeToInterpreterBridge`'s boundary stack frame is necessary to link the compiled code's f…
1209 …rn static_cast<int>(entrypoint != reinterpret_cast<const void *>(CompiledCodeToInterpreterBridge)); in IsCompiled()