Searched refs:IsSpecificObjectType (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_opcodes.h | 87 …V(IsSpecificObjectType, IS_SPECIFIC_OBJECT_TYPE, GateFlags::NO_WRITE, 1, 1, 1) …
|
| D | builtins_lowering.cpp | 347 builder_.TaggedIsHeapObjectOp(obj), builder_.IsSpecificObjectType(obj, expectType)); in LowerCallTargetCheckWithDetector()
|
| D | mcr_circuit_builder.cpp | 795 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()
|
| D | circuit_builder.h | 573 GateRef IsSpecificObjectType(GateRef obj, JSType type);
|