Searched defs:CallRuntime (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_signature.cpp | 751 DEF_CALL_SIGNATURE(CallRuntime) in DEF_CALL_SIGNATURE() argument
|
| D | stub_builder-inl.h | 189 inline GateRef StubBuilder::CallRuntime(GateRef glue, int index, const std::initializer_list<GateRe… in CallRuntime() function 196 inline GateRef StubBuilder::CallRuntime(GateRef glue, int index, GateRef argc, GateRef argv) in CallRuntime() function
|
| D | circuit_builder.cpp | 440 GateRef CircuitBuilder::CallRuntime(GateRef glue, int index, GateRef depend, const std::vector<Gate… in CallRuntime() function in panda::ecmascript::kungfu::CircuitBuilder
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 59 void OptimizedCall::CallRuntime(ExtendedAssembler *assembler) in CallRuntime() function in panda::ecmascript::aarch64::OptimizedCall
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 1059 void OptimizedCall::CallRuntime(ExtendedAssembler *assembler) in CallRuntime() function in panda::ecmascript::x64::OptimizedCall
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1185 void Codegen::CallRuntime(Inst *inst, EntrypointId id, Reg dst_reg, in CallRuntime() function in panda::compiler::Codegen
|