Searched refs:GetRoot (Results 1 – 9 of 9) sorted by relevance
515 return GetRoot(OpCode::CIRCUIT_ROOT); in GetCircuitRoot()520 return GetRoot(OpCode::STATE_ENTRY); in GetStateRoot()525 return GetRoot(OpCode::DEPEND_ENTRY); in GetDependRoot()530 return GetRoot(OpCode::ARG_LIST); in GetArgRoot()535 return GetRoot(OpCode::RETURN_LIST); in GetReturnRoot()560 GateRef GetRoot(OpCode opcode) const;
38 : circuit_(circuit), root_(circuit->GetRoot()) in CircuitRootScope()
79 GateRef GetRoot() const in GetRoot() function
282 preFrameState_(circuit_->GetRoot()), in BytecodeCircuitBuilder()
1170 GateRef GateAccessor::GetRoot(OpCode opcode) const in GetRoot() function in panda::ecmascript::kungfu::GateAccessor1172 GateRef root = circuit_->GetRoot(); in GetRoot()
35 …ffsets of root nodes are fixed, so they can be accessed instantly via `GateRef Circuit::GetRoot()`.
188 SerializeTraceNode(tree->GetRoot()); in SerializeTraceTree()
347 TraceNode* GetRoot() in GetRoot() function
715 TraceNode* node = GetRoot(); in AddNodeToTree()