Searched defs:CallRuntime (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen-inl.h | 147 void Codegen::CallRuntime(Inst *inst, EntrypointId id, Reg dstReg, RegMask preservedRegs, Args &&..… in CallRuntime() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_circuit_builder.cpp | 234 GateRef CircuitBuilder::CallRuntime(GateRef glue, int index, GateRef depend, const std::vector<Gate… in CallRuntime() function in panda::ecmascript::kungfu::CircuitBuilder
|
| D | call_signature.cpp | 1194 DEF_CALL_SIGNATURE(CallRuntime) in DEF_CALL_SIGNATURE() argument
|
| D | stub_builder-inl.h | 242 inline GateRef StubBuilder::CallRuntime(GateRef glue, int index, const std::vector<GateRef>& args) in CallRuntime() function 251 inline GateRef StubBuilder::CallRuntime(GateRef glue, int index, GateRef argc, GateRef argv) in CallRuntime() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 49 void OptimizedCall::CallRuntime(ExtendedAssembler *assembler) in CallRuntime() function in panda::ecmascript::aarch64::OptimizedCall
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 1036 void OptimizedCall::CallRuntime(ExtendedAssembler *assembler) in CallRuntime() function in panda::ecmascript::x64::OptimizedCall
|