Home
last modified time | relevance | path

Searched refs:PC (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/fibers/arch/aarch64/
H A Dupdate.S44 // 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 Dswitch.S63 /* branch to the restored PC */
64 ldr x8, [x1, GPR_O(PC)]
H A Dhelpers.S35 str lr, [x\ctx_baseaddr_regid, GPR_O(PC)]
/arkcompiler/runtime_core/static_core/runtime/fibers/arch/arm/
H A Dupdate.S44 // 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 Dhelpers.S29 str lr, [r0, # GPR_O(PC)]
H A Dswitch.S51 /* branch to the restored PC */
52 ldr r3, [r1, # GPR_O(PC)]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.h26 PC, member in panda::ecmascript::kungfu::SlotIDInfo::SlotIDInfoType
34 if (slotType == SlotIDInfoType::PC) { in SlotIDInfo()
H A Dbc_call_signature.h682 PC,
H A Dprofiler_stub_builder.cpp35 SlotIDInfo slotIdInfo(pc, SlotIDInfo::SlotIDInfoType::PC); in PGOProfiler()
789 if (slotType == SlotIDInfo::SlotIDInfoType::PC) { in GetSlotID()
H A Dstub_builder-inl.h318 GateRef pc = Argument(static_cast<size_t>(InterpreterHandlerInputs::PC)); in SavePcIfNeeded()
H A Dinterpreter_stub.cpp47 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 Dmacro_assembler.h32 PC, member in panda::ecmascript::kungfu::BaselineSpecialParameter
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_call_signature.h403 GLUE, SP, IMM_I16, SLOT_ID, PROFILE_TYPE_INFO, PC)
H A Dbaseline_compiler.cpp4606 // GLUE, IMM_I16, FUNC, SLOT_ID_I8, PROFILE_TYPE_INFO, PC
4624 parameters.emplace_back(BaselineSpecialParameter::PC); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
H A Dbaseline_stubs.cpp3771 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 Dinst.h818 // 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 Dcocos_worker_test.js[all...]

Completed in 92 milliseconds