Home
last modified time | relevance | path

Searched refs:TryInsertFakeParentItem (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_dictionary.h218 bool TryInsertFakeParentItem(JSTaggedType child, JSTaggedType parent);
H A Dtagged_dictionary.cpp543 bool FunctionProtoTransitionTable::TryInsertFakeParentItem(JSTaggedType child, JSTaggedType parent) in TryInsertFakeParentItem() function in panda::ecmascript::FunctionProtoTransitionTable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp130 [[maybe_unused]] bool success = transitionTable->TryInsertFakeParentItem(hclass.GetTaggedType(), ihc); in ProfileProtoTransitionClass()
168 bool success = transitionTable->TryInsertFakeParentItem(transPhc.GetTaggedType(), baseIhc.GetTaggedType()); in ProfileProtoTransitionPrototype()

Completed in 6 milliseconds