Searched defs:CallRuntime (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | codegen-inl.h | 152 void Codegen::CallRuntime(Inst *inst, EntrypointId id, Reg dstReg, RegMask preservedRegs, Args &&...params) in CallRuntime() function in ark::compiler::Codegen
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | hcr_circuit_builder.cpp | 217 GateRef CircuitBuilder::CallRuntime(GateRef glue, int index, GateRef depend, const std::vector<GateRef> &args, in CallRuntime() function in panda::ecmascript::kungfu::CircuitBuilder
|
| H A D | stub_builder-inl.h | 222 inline GateRef StubBuilder::CallRuntime(GateRef glue, int index, const std::vector<GateRef>& args) in CallRuntime() function in panda::ecmascript::kungfu::StubBuilder 231 inline GateRef StubBuilder::CallRuntime(GateRef glue, int index, GateRef argc, GateRef argv) in CallRuntime() function in panda::ecmascript::kungfu::StubBuilder
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| H A D | optimized_call.cpp | 1027 void OptimizedCall::CallRuntime(ExtendedAssembler *assembler) in CallRuntime() function in panda::ecmascript::x64::OptimizedCall
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| H A D | optimized_call.cpp | 58 void OptimizedCall::CallRuntime(ExtendedAssembler *assembler) in CallRuntime() function in panda::ecmascript::aarch64::OptimizedCall
|
Completed in 16 milliseconds