Searched refs:Instanceof (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stub_csigns.h | 42 V(Instanceof) \
|
H A D | call_signature.h | 383 V(Instanceof) \
|
H A D | call_signature.cpp | 412 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 D | slowpath_lowering.cpp | 1550 LowerCallStubWithIC(gate, CommonStubCSigns::Instanceof, { obj, target }); in LowerInstanceof()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 68 static JSTaggedValue Instanceof(JSThread *thread, JSTaggedValue obj, JSTaggedValue target);
|
H A D | slow_runtime_stub.cpp | 356 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 D | interpreter-inl.cpp | 2265 JSTaggedValue res = SlowRuntimeStub::Instanceof(thread, object, target); in RunInternal()
|
H A D | interpreter_assembly.cpp | 1580 JSTaggedValue res = SlowRuntimeStub::Instanceof(thread, obj, target);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 87 V(Instanceof) \
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 1051 ra_.Emit<Instanceof>(node, 0, lhs); in Binary()
|
Completed in 44 milliseconds