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

  /external/v8/src/
property.cc 72 case CALLBACKS:
property.h 161 : Descriptor(key, proxy, attributes, CALLBACKS, index) {}
201 CALLBACKS);
v8globals.h 324 CALLBACKS = 3,
objects.cc 180 // data structure used to store the callbacks. Eventually proxy
181 // callbacks should be phased out.
190 // api style callbacks.
252 // Only deal with CALLBACKS and INTERCEPTOR
260 case CALLBACKS: {
322 case CALLBACKS: {
493 // callbacks or interceptor calls.
542 case CALLBACKS:
    [all...]
stub-cache.cc 174 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::LOAD_IC, CALLBACKS);
367 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CALLBACKS);
392 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CALLBACKS);
416 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CALLBACKS);
440 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CALLBACKS);
701 Code::STORE_IC, CALLBACKS, strict_mode);
    [all...]
ic.cc     [all...]
runtime.cc 707 if (result->type() == CALLBACKS) {
737 // can have a special permissions which override callbacks descision
749 // API callbacks can have per callback access exceptions.
751 case CALLBACKS: {
870 FixedArray* callbacks = local
    [all...]
objects-printer.cc 238 case CALLBACKS:
bootstrapper.cc 158 // processing callbacks which may create new environments.
575 // Create the callbacks arrays for ThrowTypeError functions.
    [all...]
objects-inl.h     [all...]
heap.cc 463 // Major GC would invoke weak handle callbacks on weakly reachable
468 // Note: as weak callbacks can execute arbitrary code, we cannot
469 // hope that eventually there will be no weak callbacks invocations.
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc     [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc     [all...]
  /external/v8/src/x64/
stub-cache-x64.cc     [all...]

Completed in 4801 milliseconds