Home
last modified time | relevance | path

Searched refs:Instanceof (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h42 V(Instanceof) \
H A Dcall_signature.h383 V(Instanceof) \
H A Dcall_signature.cpp412 DEF_CALL_SIGNATURE(Instanceof) in DEF_CALL_SIGNATURE()
415 CallSignature instanceof("Instanceof", 0, 5, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_ANY()); in DEF_CALL_SIGNATURE()
H A Dslowpath_lowering.cpp1550 LowerCallStubWithIC(gate, CommonStubCSigns::Instanceof, { obj, target }); in LowerInstanceof()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h68 static JSTaggedValue Instanceof(JSThread *thread, JSTaggedValue obj, JSTaggedValue target);
H A Dslow_runtime_stub.cpp356 JSTaggedValue SlowRuntimeStub::Instanceof(JSThread *thread, JSTaggedValue obj, JSTaggedValue target) in Instanceof() function in panda::ecmascript::SlowRuntimeStub
358 INTERPRETER_TRACE(thread, Instanceof); in Instanceof()
H A Dinterpreter-inl.cpp2265 JSTaggedValue res = SlowRuntimeStub::Instanceof(thread, object, target); in RunInternal()
H A Dinterpreter_assembly.cpp1580 JSTaggedValue res = SlowRuntimeStub::Instanceof(thread, obj, target);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h87 V(Instanceof) \
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1051 ra_.Emit<Instanceof>(node, 0, lhs); in Binary()

Completed in 44 milliseconds