Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.cpp68 uint32_t bcOffset = bcIns.GetAddress() - method->GetBytecodeArray(); in Record()
Djit_compilation_env.cpp31 pcStart_ = method->GetBytecodeArray(); in JitCompilationEnv()
Dbytecode_circuit_builder.cpp121 auto tryStartPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryStartOffset); in CollectTryCatchBlockInfo()
122 auto tryEndPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryEndOffset); in CollectTryCatchBlockInfo()
137 auto catchBlockPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + pcOffset); in CollectTryCatchBlockInfo()
Dbytecode_circuit_builder.h373 return static_cast<size_t>(pc - method_->GetBytecodeArray()); in GetPcOffset()
Dts_inline_lowering.cpp758 …calleeAbcId, calleeMethod->GetBytecodeArray(), calleeCodeSize, calleeFile->GetPandaFile()->GetHead… in CalleePFIProcess()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.h109 PGOMethodInfo::CalcChecksum(methodName, methodLiteral->GetBytecodeArray(), in GetTypeInfo()
Dpgo_profiler_info.cpp210 …uto checksum = PGOMethodInfo::CalcChecksum(jsMethod->GetMethodName(), jsMethod->GetBytecodeArray(), in AddMethod()
Dpgo_profiler.cpp652 auto pcStart = method->GetBytecodeArray(); in ProfileBytecode()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp139 auto offset = pc - method->GetBytecodeArray(); in GetBytecodeOffset()
324 int offset = pc - frameHandler.GetMethod()->GetBytecodeArray(); in DumpPC()
Dinterpreter-inl.cpp726 const uint8_t *pc = method->GetBytecodeArray(); in Execute()
815 const uint8_t *resumePc = method->GetBytecodeArray() + pcOffset; in GeneratorReEnterInterpreter()
1466 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
1522 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()
1571 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()
3190 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in RunInternal()
3353 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3489 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3625 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3761 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
[all …]
Dinterpreter_assembly.cpp530 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturn()
558 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturnundefined()
1800 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleSuspendgeneratorV8()
2763 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleAsyncgeneratorresolveV8V8V8()
3649 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()
3792 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()
3980 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()
4485 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleDeprecatedSuspendgeneratorPrefV8V8()
7132 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()
7275 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()
[all …]
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp447 const uint8_t *pc = GetMethod(callTarget)->GetBytecodeArray() + pc_.at(depth); in Dump()
508 const uint8_t *resumePc = method->GetBytecodeArray() + pc_.at(curDepth); in ConstructAsmInterpretFrame()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp91 auto bcIns = BytecodeInstruction(method->GetBytecodeArray()); in MethodEntry()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h386 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h409 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
Dframes.cpp559 auto offset = pc - method->GetBytecodeArray(); in GetBytecodeOffset()
567 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3445 const uint8_t *bytecodeStart = thisMethod->GetBytecodeArray(); in RuntimeGetBytecodePcOfstForBaseline()
3471 auto bytecodePcOffset = static_cast<uint32_t>(bytecodeStart - thisMethod->GetBytecodeArray()); in RuntimeGetBytecodePcOfstForBaseline()
3485 const uint8_t *bytecodeStart = thisMethod->GetBytecodeArray(); in RuntimeGetNativePcOfstForBaseline()
Druntime_stubs.cpp1800 uintptr_t pc = reinterpret_cast<uintptr_t>(method->GetBytecodeArray() + pcOffset); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp128 const uint8_t *bytecodeArray = methodLiteral->GetBytecodeArray(); in Compile()
149 static_cast<uint32_t>(bytecodeArray - methodLiteral->GetBytecodeArray()); in Compile()