Home
last modified time | relevance | path

Searched defs:funcIsHeapObject (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp186 BRANCH(TaggedIsHeapObject(func), &funcIsHeapObject, slowPath); in PrototypeCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.cpp92 void CallStubBuilder::JSCallInit(Label *exit, Label *funcIsHeapObject, Label *funcIsCallable, Label *funcNotCallable) in JSCallInit() argument
102 BRANCH(TaggedIsHeapObject(func_), funcIsHeapObject, funcNotCallable); in JSCallInit() local

Completed in 4 milliseconds