| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | helpers.h | 43 bool IsContainedIn(const T *child, const T *parent) in IsContainedIn() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| H A D | pgo_type_generator.h | 29 static ProfileType GenerateProfileType(JSTaggedType child, ProfileType rootType) in GenerateProfileType() argument
|
| H A D | pgo_profile_type.h | 678 TraProfileType(ProfileType root, ProfileType child) : root_(root), child_(child) {} in TraProfileType() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_layout.cpp | 124 bool PGOHClassTreeDesc::DumpForChild(JSTaggedType child, ProfileType childType) in DumpForChild() argument 155 UpdateForTransition( JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) UpdateForTransition() argument
|
| H A D | pgo_profiler_info.cpp | 665 UpdateTransitionLayout( ProfileType rootType, JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) UpdateTransitionLayout() argument
|
| H A D | pgo_profiler.cpp | 1560 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 D | js_hclass-inl.h | 46 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 D | tagged_tree.cpp | 154 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 D | tagged_dictionary.cpp | 543 bool FunctionProtoTransitionTable::TryInsertFakeParentItem(JSTaggedType child, JSTaggedType parent) in TryInsertFakeParentItem() argument 574 JSTaggedType FunctionProtoTransitionTable::GetFakeParent(JSTaggedType child) in GetFakeParent() argument
|
| H A D | tagged_tree.h | 160 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 D | variable_manager.cpp | 34 void TreeNode::AddChild(std::unique_ptr<TreeNode> child) in AddChild() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | tagged_tree_test.cpp | 68 int child = index; in CheckBlackNodeNumbers() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/ |
| H A D | Process.cpp | 58 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 D | helpers.cpp | 602 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 D | heap_snapshot.cpp | 814 TraceNode* child = FindChild(nodeIndex); in FindOrAddChild() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | helpers.cpp | 2064 ETSObjectType *ETSChecker::GetRelevantArgumentedTypeFromChild(ETSObjectType *const child, ETSObjectType *const target) in GetRelevantArgumentedTypeFromChild() argument [all...] |