OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asheapconstant
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/compiler/
typed-optimization.cc
49
jsgraph()->Constant(upper->
AsHeapConstant
()->Value());
106
Handle<Map> object_map(object_type->
AsHeapConstant
()->Value()->map());
139
map_type->
AsHeapConstant
()->Value().is_identical_to(object_map)) {
js-typed-lowering.cc
799
Object::TypeOf(isolate(), type->
AsHeapConstant
()->Value())));
[
all
...]
types.cc
138
if (type->IsHeapConstant()) return type->
AsHeapConstant
()->Lub();
460
this->
AsHeapConstant
()->Value().address() ==
461
that->
AsHeapConstant
()->Value().address();
1001
os << "HeapConstant(" << Brief(*this->
AsHeapConstant
()->Value()) << ")";
[
all
...]
js-create-lowering.cc
241
new_target_type->
AsHeapConstant
()->Value()->IsJSFunction()) {
243
Handle<JSFunction>::cast(target_type->
AsHeapConstant
()->Value());
245
Handle<JSFunction>::cast(new_target_type->
AsHeapConstant
()->Value());
[
all
...]
types.h
564
HeapConstantType*
AsHeapConstant
() { return HeapConstantType::cast(this); }
typer.cc
[
all
...]
js-builtin-reducer.cc
[
all
...]
simplified-lowering.cc
[
all
...]
Completed in 358 milliseconds