Home
last modified time | relevance | path

Searched refs:HCheckInstanceType (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dhydrogen-instructions.cc736 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()
Dhydrogen-instructions.h1690 class HCheckInstanceType: public HUnaryOperation {
1694 HCheckInstanceType(HValue* value, InstanceType first, InstanceType last) in HCheckInstanceType() function
1717 static HCheckInstanceType* NewIsJSObjectOrJSFunction(HValue* value);
1729 HCheckInstanceType* b = HCheckInstanceType::cast(other); in DataEquals()
Dhydrogen.cc3840 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()
/external/v8/src/x64/
Dlithium-x64.cc1664 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()
/external/v8/src/ia32/
Dlithium-ia32.cc1696 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()
/external/v8/src/arm/
Dlithium-arm.cc1672 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()