Home
last modified time | relevance | path

Searched refs:jsGatesToByteCode_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h317 return jsGatesToByteCode_.at(gate); in GetBcIndexByGate()
330 jsGatesToByteCode_[gate] = bcIndex; in UpdateBcIndexGate()
419 return GetPcOffset(jsGatesToByteCode_.at(gate)); in GetPcOffsetByGate()
434 return jsGatesToByteCode_.find(gate) != jsGatesToByteCode_.end(); in ShouldPGOTypeInfer()
596 std::unordered_map<GateRef, size_t> jsGatesToByteCode_; variable
Dbytecode_circuit_builder.cpp898 jsGatesToByteCode_[gate] = iterator.Index(); in NewJSGate()
991 jsGatesToByteCode_[gate] = iterator.Index(); in NewJump()
1010 jsGatesToByteCode_[gate] = iterator.Index(); in NewReturn()
1019 jsGatesToByteCode_[gate] = iterator.Index(); in NewReturn()
1031 jsGatesToByteCode_[gate] = iterator.Index(); in NewByteCode()