Home
last modified time | relevance | path

Searched defs:IsOnHeap (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h193 static inline bool IsOnHeap(Type handler) in IsOnHeap() function
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h400 …using IsOnHeap = IsJSFunctionBit::NextFlag; // 31 variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp428 JSTaggedValue BuiltinsArkTools::IsOnHeap(EcmaRuntimeCallInfo *info) in IsOnHeap() function in panda::ecmascript::builtins::BuiltinsArkTools
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp742 GateRef CircuitBuilder::IsOnHeap(GateRef hClass) in IsOnHeap() function in panda::ecmascript::kungfu::CircuitBuilder