Searched refs:HCheckInstanceType (Results 1 – 6 of 6) sorted by relevance
736 HCheckInstanceType* HCheckInstanceType::NewIsJSObjectOrJSFunction( in NewIsJSObjectOrJSFunction()739 return new HCheckInstanceType(value, FIRST_JS_OBJECT_TYPE, JS_FUNCTION_TYPE); in NewIsJSObjectOrJSFunction()1634 void HCheckInstanceType::Verify() { in Verify()
1690 class HCheckInstanceType: public HUnaryOperation {1694 HCheckInstanceType(HValue* value, InstanceType first, InstanceType last) in HCheckInstanceType() function1717 static HCheckInstanceType* NewIsJSObjectOrJSFunction(HValue* value);1729 HCheckInstanceType* b = HCheckInstanceType::cast(other); in DataEquals()
3840 AddInstruction(new(zone()) HCheckInstanceType(array, in VisitProperty()3848 AddInstruction(new(zone()) HCheckInstanceType(string, in VisitProperty()4856 AddInstruction(new(zone()) HCheckInstanceType( in BuildStringCharCodeAt()5141 AddInstruction(HCheckInstanceType::NewIsJSObjectOrJSFunction(left)); in VisitCompareOperation()5143 AddInstruction(HCheckInstanceType::NewIsJSObjectOrJSFunction(right)); in VisitCompareOperation()
1664 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()
1696 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()
1672 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()