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.h275 return jsGatesToByteCode_.at(gate); in GetBcIndexByGate()
280 if (jsGatesToByteCode_.find(gate) == jsGatesToByteCode_.end()) { in IsBcIndexByGate()
296 jsGatesToByteCode_[gate] = bcIndex; in UpdateBcIndexGate()
383 return GetPcOffset(jsGatesToByteCode_.at(gate)); in GetPcOffsetByGate()
403 return jsGatesToByteCode_.find(gate) != jsGatesToByteCode_.end(); in ShouldPGOTypeInfer()
581 std::unordered_map<GateRef, size_t> jsGatesToByteCode_; variable
Dbytecode_circuit_builder.cpp576 jsGatesToByteCode_[gate] = iterator.Index(); in NewJSGate()
629 jsGatesToByteCode_[gate] = iterator.Index(); in NewJump()
651 jsGatesToByteCode_[gate] = iterator.Index(); in NewReturn()
660 jsGatesToByteCode_[gate] = iterator.Index(); in NewReturn()
682 jsGatesToByteCode_[gate] = iterator.Index(); in NewByteCode()