HomeSort by relevance Sort by last modified time
    Searched refs:HType (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
hydrogen-instructions.cc 236 const char* HType::ToString() {
255 HType HType::TypeFromValue(Handle<Object> value) {
256 HType result = HType::Tagged();
258 result = HType::Smi();
260 result = HType::HeapNumber();
262 result = HType::String();
264 result = HType::Boolean();
266 result = HType::JSObject()
    [all...]
hydrogen-instructions.h 335 class HType {
337 HType() : type_(kUninitialized) { }
339 static HType Tagged() { return HType(kTagged); }
340 static HType TaggedPrimitive() { return HType(kTaggedPrimitive); }
341 static HType TaggedNumber() { return HType(kTaggedNumber); }
342 static HType Smi() { return HType(kSmi);
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc     [all...]
lithium-arm.cc 1056 HType type = value->type();
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc     [all...]
lithium-ia32.cc 1058 HType type = value->type();
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc     [all...]
lithium-mips.cc 1056 HType type = value->type();
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc     [all...]
lithium-x64.cc 1053 HType type = value->type();
    [all...]

Completed in 1601 milliseconds