Home
last modified time | relevance | path

Searched refs:HCheckValue (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-escape-analysis.cc135 HCheckValue* check = HCheckValue::New(graph()->isolate(), zone, NULL, value, in NewMapCheckAndInsert()
Dhydrogen-instructions.h2574 class HCheckValue final : public HUnaryOperation {
2576 static HCheckValue* New(Isolate* isolate, Zone* zone, HValue* context, in New()
2582 HCheckValue* check = new(zone) HCheckValue(value, target, in_new_space); in New()
2585 static HCheckValue* New(Isolate* isolate, Zone* zone, HValue* context, in New()
2588 return new(zone) HCheckValue(value, target, object_in_new_space); in New()
2613 HCheckValue* b = HCheckValue::cast(other); in DECLARE_CONCRETE_INSTRUCTION()
2618 HCheckValue(HValue* value, Unique<HeapObject> object, in HCheckValue() function
Dhydrogen-instructions.cc1632 std::ostream& HCheckValue::PrintDataTo(std::ostream& os) const { // NOLINT in PrintDataTo()
1637 HValue* HCheckValue::Canonicalize() { in Canonicalize()
3830 void HCheckValue::Verify() { in Verify()
Dhydrogen.cc6199 return New<HCheckValue>(value, Handle<JSFunction>::cast(info->constant())); in BuildMonomorphicAccess()
7296 Add<HCheckValue>(key, unique_name, in_new_space); in HandleKeyedElementAccess()
9444 Add<HCheckValue>(function, array_function()); in TryHandleArrayCall()
9595 Add<HCheckValue>(function, expr->target()); in VisitCall()
9781 HValue* check = Add<HCheckValue>(function, constructor); in VisitCallNew()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc1910 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc1887 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc1708 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc1857 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc1860 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc1125 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc1912 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc1913 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc1899 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()