Home
last modified time | relevance | path

Searched defs:bcIns (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/
Dabc_code_processor.cpp68 BytecodeInstruction bcIns; member
106 auto bcIns = BytecodeInstruction(insArr); in FillProgramData() local
149 const BytecodeInstruction &bcIns; member
210 const BytecodeInstruction &bcIns; member
272 const auto bcIns = BytecodeInstruction(codeAccessor.GetInstructions()); in GetExceptions() local
/arkcompiler/runtime_core/static_core/abc2program/common/
Dabc_code_converter.cpp29 std::string AbcCodeConverter::IDToString(BytecodeInstruction bcIns, panda_file::File::EntityId meth… in IDToString()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.cpp63 void PGOBCInfo::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
Dbytecode_info_collector.cpp142 auto bcIns = BytecodeInst(insArr); in ProcessMethodForJIT() local
209 auto bcIns = BytecodeInst(insArr); in CollectMethodPcsFromBC() local
361 void BytecodeInfoCollector::CollectMethodInfoFromBC(const BytecodeInstruction &bcIns, const MethodL… in CollectMethodInfoFromBC()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp91 auto bcIns = BytecodeInstruction(method->GetBytecodeArray()); in MethodEntry() local
99 void DropframeManager::AddLexPropertiesToRecord(JSThread *thread, BytecodeInstruction &bcIns, uint1… in AddLexPropertiesToRecord()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_dfx.cpp115 auto bcIns = BytecodeInst(insns); in DumpBytecodeInst() local
Djit_profiler.cpp52 BytecodeInstruction bcIns(pcStart); in ProfileBytecode() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp119 auto bcIns = BytecodeInstruction(insArr); in GetInsInfo() local
710 const auto bcIns = BytecodeInstruction(codeAccessor.GetInstructions()); in GetExceptions() local
764 bool Disassembler::LocateTryBlock(const BytecodeInstruction &bcIns, const BytecodeInstruction &bcIn… in LocateTryBlock()
815 bool Disassembler::LocateCatchBlock(const BytecodeInstruction &bcIns, const BytecodeInstruction &bc… in LocateCatchBlock()
1877 std::string Disassembler::IDToString(BytecodeInstruction bcIns, panda_file::File::EntityId methodId… in IDToString()
1933 BytecodeInstruction bcIns, BytecodeInstruction bcInsLast, in TranslateImmToLabel()
1993 auto bcIns = BytecodeInstruction(insArr); in GetInstructions() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp398 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp544 auto bcIns = BytecodeInst(insns); in CollectClassInfo() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp1574 auto bcIns = OldBytecodeInst(insArr); in TranslateBytecode() local
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp800 auto bcIns = BytecodeInstruction(insArr); in TEST() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp182 BytecodeInstruction bcIns(byteCodeArray); in CalcOpCodeChecksum() local
Dpgo_profiler.cpp673 BytecodeInstruction bcIns(pcStart); in ProfileBytecode() local