Searched refs:InvokeCompiledCodeWithArgArray (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/runtime/tests/ |
| D | i2c_bridge_test.cpp | 146 InvokeCompiledCodeWithArgArray(nullptr, frame, &callee, thread_); in TEST_F() 182 InvokeCompiledCodeWithArgArray(args, frame, &callee, thread_); in TEST_F() 216 DecodedTaggedValue res = InvokeCompiledCodeWithArgArray(nullptr, frame, &callee, thread_); in TEST_F() 252 DecodedTaggedValue res = InvokeCompiledCodeWithArgArray(nullptr, frame, &callee, thread_); in TEST_F() 281 DecodedTaggedValue res = InvokeCompiledCodeWithArgArray(nullptr, frame, &callee, thread_); in TEST_F() 310 DecodedTaggedValue res = InvokeCompiledCodeWithArgArray(nullptr, frame, &callee, thread_); in TEST_F() 339 DecodedTaggedValue res = InvokeCompiledCodeWithArgArray(nullptr, frame, &callee, thread_); in TEST_F() 368 DecodedTaggedValue res = InvokeCompiledCodeWithArgArray(nullptr, frame, &callee, thread_); in TEST_F() 397 DecodedTaggedValue res = InvokeCompiledCodeWithArgArray(nullptr, frame, &callee, thread_); in TEST_F() 426 DecodedTaggedValue res = InvokeCompiledCodeWithArgArray(nullptr, frame, &callee, thread_); in TEST_F() [all …]
|
| /arkcompiler/runtime_core/runtime/bridge/ |
| D | bridge.h | 46 extern "C" DecodedTaggedValue InvokeCompiledCodeWithArgArray(const int64_t *, const Frame *, const …
|
| /arkcompiler/runtime_core/runtime/bridge/arch/x86/ |
| D | interpreter_to_compiled_code_bridge_x86.S | 295 .global InvokeCompiledCodeWithArgArray symbol 296 .type InvokeCompiledCodeWithArgArray, %function 297 InvokeCompiledCodeWithArgArray: label
|
| /arkcompiler/runtime_core/runtime/bridge/arch/arm/ |
| D | interpreter_to_compiled_code_bridge_arm.S | 277 .global InvokeCompiledCodeWithArgArray symbol 278 .type InvokeCompiledCodeWithArgArray, %function 279 InvokeCompiledCodeWithArgArray: label
|
| D | interpreter_to_compiled_code_bridge_armhf.S | 448 .global InvokeCompiledCodeWithArgArray symbol 449 .type InvokeCompiledCodeWithArgArray, %function 450 InvokeCompiledCodeWithArgArray: label
|
| /arkcompiler/runtime_core/runtime/bridge/arch/aarch64/ |
| D | interpreter_to_compiled_code_bridge_aarch64.S | 330 .global InvokeCompiledCodeWithArgArray symbol 331 .type InvokeCompiledCodeWithArgArray, %function 332 InvokeCompiledCodeWithArgArray: label
|
| /arkcompiler/runtime_core/runtime/bridge/arch/amd64/ |
| D | interpreter_to_compiled_code_bridge_amd64.S | 452 .global InvokeCompiledCodeWithArgArray symbol 453 TYPE_FUNCTION(InvokeCompiledCodeWithArgArray) 454 InvokeCompiledCodeWithArgArray: label
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | method-inl.h | 207 ret_value = InvokeCompiledCodeWithArgArray(values.get(), current_frame, this, thread); in InvokeCompiledCode()
|