Home
last modified time | relevance | path

Searched defs:bcIns (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/common/
H A Dabc_code_converter.cpp29 std::string AbcCodeConverter::IDToString(BytecodeInstruction bcIns, panda_file::File::EntityId methodId) const in IDToString() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpgo_bc_info.cpp63 void PGOBCInfo::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record() argument
H A Dbytecode_info_collector.cpp167 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 Demitter_test.cpp800 auto bcIns = BytecodeInstruction(insArr); in TEST() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp91 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 Djit_dfx.cpp114 auto bcIns = BytecodeInst(insns); in DumpBytecodeInst() local
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_code_processor.cpp68 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 Dsnapshot_constantpool_data.cpp397 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp1576 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 Ddisassembler.cpp115 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...]

Completed in 11 milliseconds