Searched refs:InstanceofByHandler (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 69 static JSTaggedValue InstanceofByHandler(JSThread *thread, JSTaggedValue target, JSTaggedValue object,
|
H A D | slow_runtime_stub.cpp | 366 JSTaggedValue SlowRuntimeStub::InstanceofByHandler(JSThread *thread, JSTaggedValue target, JSTaggedValue object, in InstanceofByHandler() function in panda::ecmascript::SlowRuntimeStub 369 INTERPRETER_TRACE(thread, InstanceofByHandler); in InstanceofByHandler()
|
H A D | interpreter-inl.cpp | 2242 res = SlowRuntimeStub::InstanceofByHandler(thread, target, object, instOfHandler); in RunInternal() 2254 res = SlowRuntimeStub::InstanceofByHandler(thread, target, object, instOfHandler); in RunInternal()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 88 V(InstanceofByHandler) \
|
Completed in 18 milliseconds