Home
last modified time | relevance | path

Searched defs:child (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A Dhelpers.h43 bool IsContainedIn(const T *child, const T *parent) in IsContainedIn() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_type_generator.h29 static ProfileType GenerateProfileType(JSTaggedType child, ProfileType rootType) in GenerateProfileType() argument
H A Dpgo_profile_type.h678 TraProfileType(ProfileType root, ProfileType child) : root_(root), child_(child) {} in TraProfileType() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.cpp124 bool PGOHClassTreeDesc::DumpForChild(JSTaggedType child, ProfileType childType) in DumpForChild() argument
155 UpdateForTransition( JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) UpdateForTransition() argument
H A Dpgo_profiler_info.cpp665 UpdateTransitionLayout( ProfileType rootType, JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) UpdateTransitionLayout() argument
H A Dpgo_profiler.cpp1560 void PGOProfiler::UpdateTransitionLayout(JSHClass* parent, JSHClass* child) in UpdateTransitionLayout() argument
1861 ProfileType PGOProfiler::GetOrInsertProfileType(JSHClass *child, ProfileType rootType) in GetOrInsertProfileType() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass-inl.h46 void JSHClass::AddTransitions(const JSThread *thread, const JSHandle<JSHClass> &parent, const JSHandle<JSHClass> &child, in AddTransitions() argument
78 AddExtensionTransitions(const JSThread *thread, const JSHandle<JSHClass> &parent, const JSHandle<JSHClass> &child, const JSHandle<JSTaggedValue> &key) AddExtensionTransitions() argument
85 AddProtoTransitions(const JSThread *thread, const JSHandle<JSHClass> &parent, const JSHandle<JSHClass> &child, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &proto) AddProtoTransitions() argument
336 UpdateRootHClass(const JSThread *thread, const JSHandle<JSHClass> &parent, const JSHandle<JSHClass> &child) UpdateRootHClass() argument
[all...]
H A Dtagged_tree.cpp154 int child = 1; in AdjustTaggedTree() local
183 JSTaggedValue child = src < 0 ? JSTaggedValue::Hole() : JSTaggedValue(src); in Transplant() local
202 int child local
283 int child = GetLeftChildIndex(entry); GetPreDecessor() local
298 int child = GetRightChildIndex(entry); GetSuccessor() local
322 JSTaggedValue child = tree->GetLeftChild(parentIndex); FindEntry() local
328 JSTaggedValue child = tree->GetRightChild(parentIndex); FindEntry() local
438 JSTaggedValue child = newTree->GetLeftChild(parentIndex); Insert() local
444 JSTaggedValue child = newTree->GetRightChild(parentIndex); Insert() local
[all...]
H A Dtagged_dictionary.cpp543 bool FunctionProtoTransitionTable::TryInsertFakeParentItem(JSTaggedType child, JSTaggedType parent) in TryInsertFakeParentItem() argument
574 JSTaggedType FunctionProtoTransitionTable::GetFakeParent(JSTaggedType child) in GetFakeParent() argument
H A Dtagged_tree.h160 JSTaggedValue child = GetLeftChild(entry); in GetMinimum() local
170 JSTaggedValue child = GetRightChild(entry); in GetMaximum() local
209 JSTaggedValue child = Get(index); in GetLeftChildIndex() local
219 JSTaggedValue child = Get(index); GetRightChildIndex() local
303 JSTaggedValue child = GetRightChild(GetParent(entry)); GetLeftBrother() local
309 JSTaggedValue child = GetLeftChild(GetParent(entry)); GetRightBrother() local
315 JSTaggedValue child = GetLeftChild(GetParent(entry)); IsLeft() local
321 JSTaggedValue child = GetRightChild(GetParent(entry)); IsRight() local
[all...]
/arkcompiler/toolchain/tooling/client/manager/
H A Dvariable_manager.cpp34 void TreeNode::AddChild(std::unique_ptr<TreeNode> child) in AddChild() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_tree_test.cpp68 int child = index; in CheckBlackNodeNumbers() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/
H A DProcess.cpp58 static void SpawnChildProcess(EtsEnv *env, ets_object child, ets_string cmd, ets_int timeout, ets_int signal) in SpawnChildProcess() argument
114 ReadFinalizer(EtsEnv *env, ets_object child, bool isStdErr) ReadFinalizer() argument
136 ReadChildProcessStdOut(EtsEnv *env, ets_object child) ReadChildProcessStdOut() argument
176 ReadChildProcessStdErr(EtsEnv *env, ets_object child) ReadChildProcessStdErr() argument
218 WaitChildProcess(EtsEnv *env, ets_object child) WaitChildProcess() argument
245 KillChildProcess(EtsEnv *env, ets_object child, ets_int signal) KillChildProcess() argument
267 CloseChildProcess(EtsEnv *env, ets_object child) CloseChildProcess() argument
[all...]
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp602 bool Helpers::IsChild(const ir::AstNode *parent, const ir::AstNode *child) in IsChild() argument
615 bool Helpers::IsChildScope(const binder::Scope *parent, const binder::Scope *child) in IsChildScope() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.cpp814 TraceNode* child = FindChild(nodeIndex); in FindOrAddChild() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp2064 ETSObjectType *ETSChecker::GetRelevantArgumentedTypeFromChild(ETSObjectType *const child, ETSObjectType *const target) in GetRelevantArgumentedTypeFromChild() argument
[all...]

Completed in 24 milliseconds