| /arkcompiler/runtime_core/static_core/abc2program/common/ |
| H A D | abc_code_converter.cpp | 29 std::string AbcCodeConverter::IDToString(BytecodeInstruction bcIns, panda_file::File::EntityId methodId) const in IDToString() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | pgo_bc_info.cpp | 63 void PGOBCInfo::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record() argument
|
| H A D | bytecode_info_collector.cpp | 167 auto bcIns = BytecodeInst(insArr); in CollectMethodPcsFromBC() local 283 CollectMethodInfoFromBC(const BytecodeInstruction &bcIns, const MethodLiteral *method, int32_t bcIndex, const std::shared_ptr<CString> recordNamePtr, bool *canFastCall, bool *canTypedCall) CollectMethodInfoFromBC() argument [all...] |
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| H A D | emitter_test.cpp | 800 auto bcIns = BytecodeInstruction(insArr); in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | dropframe_manager.cpp | 91 auto bcIns = BytecodeInstruction(method->GetBytecodeArray()); in MethodEntry() local 99 void DropframeManager::AddLexPropertiesToRecord(JSThread *thread, BytecodeInstruction &bcIns, uint16_t &newEnvCount, in AddLexPropertiesToRecord() argument
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_dfx.cpp | 114 auto bcIns = BytecodeInst(insns); in DumpBytecodeInst() local
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | abc_code_processor.cpp | 68 BytecodeInstruction bcIns; member 106 auto bcIns = BytecodeInstruction(insArr); in FillProgramData() local 147 const BytecodeInstruction &bcIns; global() member 208 const BytecodeInstruction &bcIns; global() member 270 const auto bcIns = BytecodeInstruction(codeAccessor.GetInstructions()); GetExceptions() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| H A D | snapshot_constantpool_data.cpp | 397 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | panda_file_translator.cpp | 1576 auto bcIns = OldBytecodeInst(insArr); in TranslateBytecode() local 1653 FixOpcode(const_cast<MethodLiteral *>(method), bcIns); TranslateBytecode() local [all...] |
| /arkcompiler/runtime_core/static_core/disassembler/ |
| H A D | disassembler.cpp | 115 auto bcIns = BytecodeInstruction(insArr); in GetInsInfo() local 685 const auto bcIns = BytecodeInstruction(codeAccessor.GetInstructions()); GetExceptions() local 739 LocateTryBlock(const BytecodeInstruction &bcIns, const BytecodeInstruction &bcInsLast, const panda_file::CodeDataAccessor::TryBlock &tryBlock, pandasm::Function::CatchBlock *catchBlockPa, LabelTable *labelTable, size_t tryIdx) const LocateTryBlock() argument 790 LocateCatchBlock(const BytecodeInstruction &bcIns, const BytecodeInstruction &bcInsLast, const panda_file::CodeDataAccessor::CatchBlock &catchBlock, pandasm::Function::CatchBlock *catchBlockPa, LabelTable *labelTable, size_t tryIdx, size_t catchIdx) const LocateCatchBlock() argument 1683 IDToString(BytecodeInstruction bcIns, panda_file::File::EntityId methodId) const IDToString() argument 1739 TranslateImmToLabel(pandasm::Ins *paIns, LabelTable *labelTable, const uint8_t *insArr, BytecodeInstruction bcIns, BytecodeInstruction bcInsLast, panda_file::File::EntityId codeId) TranslateImmToLabel() argument 1799 auto bcIns = BytecodeInstruction(insArr); GetInstructions() local [all...] |