Home
last modified time | relevance | path

Searched refs:bytecodes_ (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h39 bytecodes_(collector->GetByteCodes()), in PassContext()
56 return bytecodes_; in GetByteCodes()
118 Bytecodes *bytecodes_ {nullptr};
Dtype_recorder.cpp31 pcOffsets_(methodPCInfo.pcOffsets), bytecodes_(bytecodes) in TypeRecorder()
95 if (bytecodes_->GetOpcode(pcOffsets_[bcIdx]) == EcmaOpcode::STA_V8) { in CollectLiteralGT()
101 EcmaOpcode ecmaOpcode = bytecodes_->GetOpcode(pcOffsets_[bcIdx]); in CollectLiteralGT()
128 staBc < pcOffsets_.size() && bytecodes_->GetOpcode(pcOffsets_[staBc]) == EcmaOpcode::STA_V8; in CheckTypeMarkForDefineFunc()
161 EcmaOpcode ecmaOpcode = bytecodes_->GetOpcode(pcOffsets_[bcIdx]); in CreateTypesForPGO()
Dtype_recorder.h87 const Bytecodes *bytecodes_ {nullptr};
Dbytecode_circuit_builder.h278 bytecodes_(bytecodes), in BytecodeCircuitBuilder()
454 return bytecodes_; in GetBytecodes()
612 Bytecodes *bytecodes_; variable
Dbytecodes.h314 return bytecodes_[primary]; in GetBytecodeMetaData()
371 std::array<BytecodeMetaData, NUM_BYTECODES> bytecodes_{};
Dbytecode_info_collector.h712 return &bytecodes_; in GetByteCodes()
822 Bytecodes bytecodes_; variable
Dbytecode_info_collector.cpp256 if (noGC && !bytecodes_.GetBytecodeMetaData(curPc).IsNoGC()) { in CollectMethodPcsFromBC()
Dbytecodes.cpp421 bytecodes_[pc] = info; in Bytecodes()
Dbytecode_circuit_builder.cpp49 info.metaData_ = bytecodes_->GetBytecodeMetaData(pc); in BuildRegionInfo()