Home
last modified time | relevance | path

Searched refs:firstPC (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.h100 const uint8_t *firstPC = nullptr; member in panda::ecmascript::kungfu::BaselineCompiler
H A Dbaseline_compiler.cpp134 firstPC = bytecodeArray; in Compile()
1360 auto offset = static_cast<int32_t>(bytecodeArray - firstPC); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
2493 auto offset = static_cast<int32_t>(bytecodeArray - firstPC); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
2770 auto offset = static_cast<int32_t>(bytecodeArray - firstPC); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
2785 auto offset = static_cast<int32_t>(bytecodeArray - firstPC); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
3724 auto offset = static_cast<int32_t>(bytecodeArray - firstPC); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
4542 auto offset = static_cast<int32_t>(bytecodeArray - firstPC); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp1143 GateRef firstPC = Load(VariableType::NATIVE_POINTER(), method, in TryJitCompile() local
1145 GateRef offset = offsetInfo.isPc ? TaggedPtrToTaggedIntPtr(PtrSub(offsetInfo.pc, firstPC)) in TryJitCompile()
H A Dinterpreter_stub.cpp713 GateRef firstPC = in DECLARE_ASM_HANDLER() local
715 GateRef offset = TaggedPtrToTaggedIntPtr(PtrSub(pc, firstPC)); in DECLARE_ASM_HANDLER()

Completed in 27 milliseconds