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

  /external/chromium_org/v8/src/
parser.h 791 class CompileTimeValue: public AllStatic {
814 DISALLOW_IMPLICIT_CONSTRUCTORS(CompileTimeValue);
ast.cc 220 CompileTimeValue::IsCompileTimeValue(value_));
403 if (CompileTimeValue::IsCompileTimeValue(expression)) {
404 return CompileTimeValue::GetValue(isolate, expression);
    [all...]
typing.cc 30 #include "parser.h" // for CompileTimeValue; TODO(rossberg): should move
364 !CompileTimeValue::IsCompileTimeValue(prop->value())) ||
parser.cc     [all...]
runtime.cc 454 Handle<FixedArray> elements = CompileTimeValue::GetElements(array);
456 switch (CompileTimeValue::GetLiteralType(array)) {
457 case CompileTimeValue::OBJECT_LITERAL_FAST_ELEMENTS:
463 case CompileTimeValue::OBJECT_LITERAL_SLOW_ELEMENTS:
469 case CompileTimeValue::ARRAY_LITERAL:
    [all...]
ast.h     [all...]
hydrogen.cc     [all...]
  /external/v8/src/
parser.h 664 // compile time value as encoded by CompileTimeValue::GetValue().
844 class CompileTimeValue: public AllStatic {
869 DISALLOW_IMPLICIT_CONSTRUCTORS(CompileTimeValue);
parser.cc     [all...]
ast.cc 204 CompileTimeValue::IsCompileTimeValue(value_));
    [all...]
runtime.cc 542 Handle<FixedArray> elements = CompileTimeValue::GetElements(array);
544 switch (CompileTimeValue::GetType(array)) {
545 case CompileTimeValue::OBJECT_LITERAL_FAST_ELEMENTS:
551 case CompileTimeValue::OBJECT_LITERAL_SLOW_ELEMENTS:
557 case CompileTimeValue::ARRAY_LITERAL:
    [all...]
hydrogen.cc     [all...]
  /external/v8/src/arm/
full-codegen-arm.cc     [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/mips/
full-codegen-mips.cc     [all...]
  /external/v8/src/x64/
full-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc     [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc     [all...]

Completed in 2939 milliseconds