Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.cpp62 void PGOBCInfo::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
Dbytecode_info_collector.cpp237 auto bcIns = BytecodeInst(insArr); in CollectMethodPcsFromBC() local
390 void BytecodeInfoCollector::CollectMethodInfoFromBC(const BytecodeInstruction &bcIns, in CollectMethodInfoFromBC()
503 void BytecodeInfoCollector::CollectModuleInfoFromBC(const BytecodeInstruction &bcIns, in CollectModuleInfoFromBC()
713 void BytecodeInfoCollector::CollectConstantPoolIndexInfoFromBC(const BytecodeInstruction &bcIns, in CollectConstantPoolIndexInfoFromBC()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp82 auto bcIns = BytecodeInstruction(method->GetBytecodeArray()); in MethodEntry() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp1507 auto bcIns = OldBytecodeInst(insArr); in TranslateBytecode() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp307 BytecodeInstruction bcIns(byteCodeArray); in CalcOpCodeChecksum() local