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

  /external/v8/src/compiler/
typed-optimization.cc 49 jsgraph()->Constant(upper->AsHeapConstant()->Value());
109 Handle<Map> object_map(object_type->AsHeapConstant()->Value()->map());
142 map_type->AsHeapConstant()->Value().is_identical_to(object_map)) {
types.cc 139 if (type->IsHeapConstant()) return type->AsHeapConstant()->Lub();
475 this->AsHeapConstant()->Value().address() ==
476 that->AsHeapConstant()->Value().address();
1007 os << "HeapConstant(" << Brief(*this->AsHeapConstant()->Value()) << ")";
    [all...]
js-typed-lowering.cc     [all...]
js-create-lowering.cc 245 new_target_type->AsHeapConstant()->Value()->IsJSFunction()) {
247 Handle<JSFunction>::cast(target_type->AsHeapConstant()->Value());
249 Handle<JSFunction>::cast(new_target_type->AsHeapConstant()->Value());
    [all...]
types.h 583 HeapConstantType* AsHeapConstant() { return HeapConstantType::cast(this); }
typer.cc     [all...]
load-elimination.cc 772 Handle<Map>::cast(new_value_type->AsHeapConstant()->Value()));
    [all...]
js-builtin-reducer.cc     [all...]
simplified-lowering.cc     [all...]

Completed in 318 milliseconds