/arkcompiler/runtime_core/static_core/runtime/fibers/arch/aarch64/ |
H A D | update.S | 44 // context->PC = func 45 str x1, [x0, GPR_O(PC)] 78 // %x8 = context->PC 79 ldr x8, [x0, GPR_O(PC)] 80 // context->PC = func 81 str x1, [x0, GPR_O(PC)] 85 // pretend that we called the func(), i.e. put context's PC to LR
|
H A D | switch.S | 63 /* branch to the restored PC */ 64 ldr x8, [x1, GPR_O(PC)]
|
H A D | helpers.S | 35 str lr, [x\ctx_baseaddr_regid, GPR_O(PC)]
|
/arkcompiler/runtime_core/static_core/runtime/fibers/arch/arm/ |
H A D | update.S | 44 // context->PC = func 45 str r1, [r0, # GPR_O(PC)] 81 // r4 = context->PC 82 ldr r4, [r0, # GPR_O(PC)] 83 // context->PC = func 84 str r1, [r0, # GPR_O(PC)] 88 // pretend that we called the func(), i.e. put context's PC to LR
|
H A D | helpers.S | 29 str lr, [r0, # GPR_O(PC)]
|
H A D | switch.S | 51 /* branch to the restored PC */ 52 ldr r3, [r1, # GPR_O(PC)]
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | profiler_stub_builder.h | 26 PC, member in panda::ecmascript::kungfu::SlotIDInfo::SlotIDInfoType 34 if (slotType == SlotIDInfoType::PC) { in SlotIDInfo()
|
H A D | bc_call_signature.h | 682 PC,
|
H A D | profiler_stub_builder.cpp | 35 SlotIDInfo slotIdInfo(pc, SlotIDInfo::SlotIDInfoType::PC); in PGOProfiler() 789 if (slotType == SlotIDInfo::SlotIDInfoType::PC) { in GetSlotID()
|
H A D | stub_builder-inl.h | 318 GateRef pc = Argument(static_cast<size_t>(InterpreterHandlerInputs::PC)); in SavePcIfNeeded()
|
H A D | interpreter_stub.cpp | 47 GateRef pc = PtrArgument(static_cast<size_t>(InterpreterHandlerInputs::PC)); \
437 GateRef pc = PtrArgument(static_cast<size_t>(InterpreterHandlerInputs::PC));
in DebugPrintInstruction()
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
H A D | macro_assembler.h | 32 PC, member in panda::ecmascript::kungfu::BaselineSpecialParameter
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_call_signature.h | 403 GLUE, SP, IMM_I16, SLOT_ID, PROFILE_TYPE_INFO, PC)
|
H A D | baseline_compiler.cpp | 4606 // GLUE, IMM_I16, FUNC, SLOT_ID_I8, PROFILE_TYPE_INFO, PC 4624 parameters.emplace_back(BaselineSpecialParameter::PC); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
|
H A D | baseline_stubs.cpp | 3771 GateRef pc = PtrArgument(PARAM_INDEX(BaselineDeprecatedCreatearraywithbufferPrefImm16, PC)); in GenerateCircuit() 4868 // GLUE, SP, PC, V0, V1
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | inst.h | 818 // Bytecode PC accessors 6991 template <typename PC, typename... Args> 6992 ConstructWrapper(Opcode opcode, DataType::Type type, PC pc, Args &&...args)
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | [all...] |