Home
last modified time | relevance | path

Searched refs:GetBytecodeArray (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp243 const uint8_t *pc = method->GetBytecodeArray() + pc_; in Dump()
310 const uint8_t *resumePc = method->GetBytecodeArray() + pc_; in ConstructAsmInterpretFrame()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp132 auto offset = GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
268 int offset = pc - frameHandler.GetMethod()->GetBytecodeArray(); in DumpPC()
Dinterpreter-inl.h699 const uint8_t *pc = method->GetBytecodeArray(); in Execute()
771 const uint8_t *resumePc = method->GetBytecodeArray() + pcOffset; in GeneratorReEnterInterpreter()
1314 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
1368 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()
1416 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()
2969 auto fistPC = method->GetBytecodeArray(); in RunInternal()
3132 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3267 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3402 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3537 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
[all …]
Dinterpreter_assembly.cpp482 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturn()
510 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturnundefined()
1705 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleSuspendgeneratorV8()
2639 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleAsyncgeneratorresolveV8V8V8()
3461 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()
3604 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()
3792 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()
4296 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleDeprecatedSuspendgeneratorPrefV8V8()
6700 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()
6843 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()
[all …]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h298 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h359 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
Dframes.cpp370 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
377 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h355 return static_cast<size_t>(pc - method_->GetBytecodeArray()); in GetPcOffset()
Dbytecode_circuit_builder.cpp144 auto tryStartPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryStartOffset); in CollectTryCatchBlockInfo()
145 auto tryEndPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryEndOffset); in CollectTryCatchBlockInfo()
160 auto catchBlockPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + pcOffset); in CollectTryCatchBlockInfo()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1046 uintptr_t pc = reinterpret_cast<uintptr_t>(method->GetBytecodeArray() + pcOffset); in DEF_RUNTIME_STUBS()