Home
last modified time | relevance | path

Searched refs:IsSpecificObjectType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_opcodes.h87 …V(IsSpecificObjectType, IS_SPECIFIC_OBJECT_TYPE, GateFlags::NO_WRITE, 1, 1, 1) …
Dbuiltins_lowering.cpp347 builder_.TaggedIsHeapObjectOp(obj), builder_.IsSpecificObjectType(obj, expectType)); in LowerCallTargetCheckWithDetector()
Dmcr_circuit_builder.cpp795 GateRef CircuitBuilder::IsSpecificObjectType(GateRef obj, JSType type) in IsSpecificObjectType() function in panda::ecmascript::kungfu::CircuitBuilder
800 …auto newGate = GetCircuit()->NewGate(circuit_->IsSpecificObjectType(static_cast<int32_t>(type)), M… in IsSpecificObjectType()
Dcircuit_builder.h573 GateRef IsSpecificObjectType(GateRef obj, JSType type);