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

1 2

  /external/chromium_org/v8/src/
property.cc 69 case CALLBACKS:
94 case CALLBACKS:
95 PrintF(out, " -type = callbacks transition\n");
property.h 124 : Descriptor(key, foreign, attributes, CALLBACKS,
283 // Property callbacks does not include transitions to callbacks.
285 ASSERT(!(details_.type() == CALLBACKS && !IsFound()));
286 return details_.type() == CALLBACKS;
333 case CALLBACKS: {
364 case CALLBACKS:
459 ASSERT(type() == CALLBACKS && !IsTransition());
property-details.h 71 CALLBACKS = 3,
objects-printer.cc 304 case CALLBACKS:
459 case CALLBACKS:
    [all...]
stub-cache.cc 307 name, receiver, stub_holder, Code::LOAD_IC, Code::CALLBACKS);
324 name, receiver, stub_holder, Code::LOAD_IC, Code::CALLBACKS);
457 name, receiver, stub_holder, Code::KEYED_LOAD_IC, Code::CALLBACKS);
589 name, receiver, Code::STORE_IC, Code::CALLBACKS, strict_mode);
606 name, receiver, Code::STORE_IC, Code::CALLBACKS, strict_mode);
    [all...]
objects.cc 338 // data structure used to store the callbacks. Eventually foreign
339 // callbacks should be phased out.
349 // api style callbacks.
498 // Only deal with CALLBACKS and INTERCEPTOR
506 case CALLBACKS: {
568 case CALLBACKS: {
818 // callbacks or interceptor calls.
879 case CALLBACKS:
    [all...]
ic.cc     [all...]
elements.cc     [all...]
ast.cc 570 case CALLBACKS:
    [all...]
  /external/v8/src/
property.cc 81 case CALLBACKS:
123 case CALLBACKS: {
property-details.h 61 CALLBACKS = 3,
property.h 160 : Descriptor(key, foreign, attributes, CALLBACKS, index) {}
173 case CALLBACKS: {
230 CALLBACKS);
stub-cache.cc 160 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::LOAD_IC, CALLBACKS);
301 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CALLBACKS);
318 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CALLBACKS);
334 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CALLBACKS);
352 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CALLBACKS);
486 Code::STORE_IC, CALLBACKS, strict_mode);
    [all...]
objects.cc 172 // data structure used to store the callbacks. Eventually foreign
173 // callbacks should be phased out.
183 // api style callbacks.
298 // Only deal with CALLBACKS and INTERCEPTOR
306 case CALLBACKS: {
366 case CALLBACKS: {
571 // callbacks or interceptor calls.
625 case CALLBACKS:
    [all...]
ic.cc     [all...]
ast.cc 504 case CALLBACKS:
    [all...]
objects-printer.cc 269 case CALLBACKS:
bootstrapper.cc 162 // processing callbacks which may create new environments.
633 // Complete the callbacks.
    [all...]
elements.cc     [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc     [all...]
  /external/v8/src/x64/
stub-cache-x64.cc     [all...]
  /external/v8/src/mips/
stub-cache-mips.cc     [all...]
  /external/v8/src/arm/
stub-cache-arm.cc     [all...]
  /external/chromium_org/v8/src/arm/
stub-cache-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
stub-cache-ia32.cc     [all...]

Completed in 547 milliseconds

1 2