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

  /external/v8/src/
property.cc 70 case CONSTANT_FUNCTION:
130 case CONSTANT_FUNCTION:
property-details.h 60 CONSTANT_FUNCTION = 2, // only in fast mode
property.h 124 // a constant function the first time, creating a CONSTANT_FUNCTION
126 // the same CONSTANT_FUNCTION field.
150 : Descriptor(key, function, attributes, CONSTANT_FUNCTION, index) {}
169 case CONSTANT_FUNCTION:
310 case CONSTANT_FUNCTION:
352 ASSERT(type() == CONSTANT_FUNCTION);
358 ASSERT(type() == CONSTANT_FUNCTION);
ic.cc 588 if (lookup->type() != CONSTANT_FUNCTION) return false;
641 case CONSTANT_FUNCTION: {
    [all...]
stub-cache.cc 180 Code::ComputeMonomorphicFlags(Code::LOAD_IC, CONSTANT_FUNCTION);
262 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CONSTANT_FUNCTION);
563 Code::ComputeMonomorphicFlags(kind, CONSTANT_FUNCTION, extra_state,
    [all...]
ast.cc 497 case CONSTANT_FUNCTION:
    [all...]
objects-printer.cc 265 case CONSTANT_FUNCTION:
objects.cc 321 case CONSTANT_FUNCTION: {
380 case CONSTANT_FUNCTION: {
623 case CONSTANT_FUNCTION:
    [all...]
bootstrapper.cc     [all...]
hydrogen-instructions.cc     [all...]
mark-compact.cc     [all...]
profile-generator.cc     [all...]
objects-inl.h     [all...]
runtime.cc     [all...]
hydrogen.cc     [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-108296.js 36 // a.foo is a CONSTANT_FUNCTION.
43 // Make sure that foo is a CONSTANT_FUNCTION but not be pretenured.
  /external/v8/test/mjsunit/regress/
regress-108296.js 36 // a.foo is a CONSTANT_FUNCTION.
43 // Make sure that foo is a CONSTANT_FUNCTION but not be pretenured.
  /external/v8/src/ia32/
stub-cache-ia32.cc 481 Handle<JSFunction> function = optimization.constant_function();
641 __ InvokeFunction(optimization.constant_function(), arguments_,
    [all...]
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 461 Handle<JSFunction> function = optimization.constant_function();
625 __ InvokeFunction(optimization.constant_function(), arguments_,
    [all...]
lithium-codegen-x64.cc     [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 641 Handle<JSFunction> function = optimization.constant_function();
808 __ InvokeFunction(optimization.constant_function(), arguments_,
    [all...]
lithium-codegen-arm.cc     [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 625 Handle<JSFunction> function = optimization.constant_function();
798 __ InvokeFunction(optimization.constant_function(), arguments_,
    [all...]
lithium-codegen-mips.cc     [all...]

Completed in 2990 milliseconds