OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsConstant
(Results
1 - 16
of
16
) sorted by null
/art/compiler/optimizing/
locations.cc
35
? Location::ConstantLocation(instruction->
AsConstant
())
/external/chromium_org/v8/src/
types.cc
89
if (this->IsConstant()) return this->
AsConstant
()->Value()->Number();
107
if (this->IsConstant()) return this->
AsConstant
()->Value()->Number();
152
if (type->IsConstant()) return type->
AsConstant
()->Bound()->AsBitset();
403
&& *this->
AsConstant
()->Value() == *that->
AsConstant
()->Value();
465
Contains(that->AsRange(), *this->
AsConstant
()->Value()));
480
i::Object* object = *this->
AsConstant
()->Value();
533
return Contains(this->AsRange(), *that->
AsConstant
()->Value());
539
return Contains(that->AsRange(), *this->
AsConstant
()->Value());
708
Contains(lhs->AsRange(), *rhs->
AsConstant
()->Value()))
[
all
...]
types.h
443
ConstantType*
AsConstant
() { return ConstantType::cast(this); }
[
all
...]
hydrogen.cc
[
all
...]
/external/chromium_org/v8/src/compiler/
js-typed-lowering.cc
538
base_type->
AsConstant
()->Value()->IsJSTypedArray()) {
540
JSTypedArray* array = JSTypedArray::cast(*base_type->
AsConstant
()->Value());
578
base_type->
AsConstant
()->Value()->IsJSTypedArray()) {
580
JSTypedArray* array = JSTypedArray::cast(*base_type->
AsConstant
()->Value());
typer.cc
543
context = Handle<Context>::cast(context_type->
AsConstant
()->Value());
554
context = Handle<Context>::cast(context_type->
AsConstant
()->Value());
/external/chromium_org/v8/src/ic/
handler-compiler.cc
162
? Handle<JSGlobalObject>::cast(type()->
AsConstant
()->Value())
ic.cc
725
Handle<JSGlobalObject>::cast(type->
AsConstant
()->Value())->map());
[
all
...]
/external/chromium_org/v8/src/ic/arm/
handler-compiler-arm.cc
526
current = Handle<JSObject>::cast(type()->
AsConstant
()->Value());
/external/chromium_org/v8/src/ic/arm64/
handler-compiler-arm64.cc
562
current = Handle<JSObject>::cast(type()->
AsConstant
()->Value());
/external/chromium_org/v8/src/ic/ia32/
handler-compiler-ia32.cc
516
current = Handle<JSObject>::cast(type()->
AsConstant
()->Value());
/external/chromium_org/v8/src/ic/mips/
handler-compiler-mips.cc
524
current = Handle<JSObject>::cast(type()->
AsConstant
()->Value());
/external/chromium_org/v8/src/ic/mips64/
handler-compiler-mips64.cc
524
current = Handle<JSObject>::cast(type()->
AsConstant
()->Value());
/external/chromium_org/v8/src/ic/x64/
handler-compiler-x64.cc
512
current = Handle<JSObject>::cast(type()->
AsConstant
()->Value());
/external/chromium_org/v8/src/ic/x87/
handler-compiler-x87.cc
518
current = Handle<JSObject>::cast(type()->
AsConstant
()->Value());
/external/chromium_org/v8/test/cctest/
test-types.cc
519
CHECK(*value == *type->
AsConstant
()->Value());
[
all
...]
Completed in 231 milliseconds