Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h515 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;
Dts_inline_lowering.h38 : circuit_(circuit), root_(circuit->GetRoot()) in CircuitRootScope()
Dcircuit.h79 GateRef GetRoot() const in GetRoot() function
Dbytecode_circuit_builder.h282 preFrameState_(circuit_->GetRoot()), in BytecodeCircuitBuilder()
Dgate_accessor.cpp1170 GateRef GateAccessor::GetRoot(OpCode opcode) const in GetRoot() function in panda::ecmascript::kungfu::GateAccessor
1172 GateRef root = circuit_->GetRoot(); in GetRoot()
Dcircuit_ir_specification.md35 …ffsets of root nodes are fixed, so they can be accessed instantly via `GateRef Circuit::GetRoot()`.
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp188 SerializeTraceNode(tree->GetRoot()); in SerializeTraceTree()
Dheap_snapshot.h347 TraceNode* GetRoot() in GetRoot() function
Dheap_snapshot.cpp715 TraceNode* node = GetRoot(); in AddNodeToTree()