HomeSort by relevance Sort by last modified time
    Searched refs:accessors (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/v8/src/ic/
handler-compiler.cc 301 Handle<Object> accessors = it->GetAccessors(); local
302 if (accessors->IsAccessorInfo()) {
303 Handle<AccessorInfo> info = Handle<AccessorInfo>::cast(accessors);
307 } else if (accessors->IsAccessorPair()) {
309 Handle<Object> getter(Handle<AccessorPair>::cast(accessors)->getter(),
  /external/v8/src/
messages.cc 241 Handle<Object> accessors = iter.GetAccessors(); local
242 if (accessors->IsAccessorPair()) {
243 Handle<AccessorPair> pair = Handle<AccessorPair>::cast(accessors);
keys.cc 503 Object* accessors = descs->GetValue(i); local
504 if (!accessors->IsAccessorInfo()) continue;
505 if (!AccessorInfo::cast(accessors)->all_can_read()) continue;
objects.cc 13 #include "src/accessors.h"
1318 auto accessors = it->GetAccessors(); local
1565 Handle<Object> accessors = it->GetAccessors(); local
4450 Handle<Object> accessors = it->GetAccessors(); local
5564 Handle<Object> accessors = it->GetAccessors(); local
7149 Handle<AccessorPair> accessors = local
17604 Object* accessors = raw_dict->ValueAt(i); local
    [all...]
  /external/v8/test/mjsunit/
value-wrapper-accessor.js 28 // When calling user-defined accessors on strings, booleans or
migrations.js 150 name: "fast accessors",
mirror-object.js 201 // Test objects with JavaScript accessors.
233 // Test objects with native accessors.
object-seal.js 88 // Test on accessors.
105 // sealed and frozen (accessors has no writable attribute).
352 // Accessors on fast object should behavior properly after sealing
function-bind.js 281 // Poisoned accessors are no longer own properties --- get them from the
messages.js 336 }, "Invalid property descriptor. Cannot both specify accessors " +
stack-traces.js 355 // Check that the stack trace accessors are not forcibly set.
array-sort.js 258 // Behavior of sort with accessors is undefined. This accessor is
  /frameworks/base/packages/SystemUI/tests/
Android.mk 24 LOCAL_PROTO_JAVA_OUTPUT_PARAMS := optional_field_style=accessors
  /external/opencv3/modules/core/test/
test_ptr.cpp 252 TEST(Core_Ptr, accessors)
  /external/javassist/src/main/javassist/
CtClassType.java 68 private AccessorMaker accessors; field in class:CtClassType
85 accessors = null;
158 if (accessors == null)
159 accessors = new AccessorMaker(this);
161 return accessors;
    [all...]
  /external/v8/src/runtime/
runtime-debug.cc 112 Handle<Object> accessors = it->GetAccessors(); local
113 if (!accessors->IsAccessorInfo()) {
338 // is that for some property lookups (accessors and interceptors) callbacks
386 Handle<AccessorPair> accessors = Handle<AccessorPair>::cast(maybe_pair); local
389 AccessorPair::GetComponent(accessors, ACCESSOR_GETTER);
391 AccessorPair::GetComponent(accessors, ACCESSOR_SETTER);
    [all...]
  /external/v8/test/cctest/
test-cpu-profiler.cc 772 // Test that native accessors are properly reported in the CPU profile.
773 // This test checks the case when the long-running accessors are called
786 TestApiCallbacks accessors(100);
788 v8::External::New(isolate, &accessors);
814 // Test that native accessors are properly reported in the CPU profile.
815 // This test makes sure that the accessors are called enough times to become
827 TestApiCallbacks accessors(1);
829 v8::External::New(isolate, &accessors);
842 // Make sure accessors ICs are in monomorphic state before starting
844 accessors.set_warming_up(true)
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]
heap-snapshot-generator.h 384 void ExtractAccessorPairReferences(int entry, AccessorPair* accessors);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 69 { Property accessors }
92 { Property accessors }
130 { Property accessors }
188 { Property accessors }
Antlr.Runtime.Tree.pas 334 { Property accessors }
440 { Property accessors }
537 { Property accessors }
613 { Property accessors }
708 { Property accessors }
    [all...]
Antlr.Runtime.pas 63 { Property accessors }
189 { Property accessors }
231 { Property accessors }
291 { Property accessors }
316 { Property accessors }
370 { Property accessors }
436 { Property accessors }
490 { Property accessors }
632 { Property accessors }
658 { Property accessors }
    [all...]
  /external/v8/test/webkit/
preventExtensions.js 30 // Add an accessor property to check 'isFrozen' returns the correct result for objects with accessors.
  /system/core/libbacktrace/
BacktraceOffline.cpp 121 static unw_accessors_t accessors = { variable
141 unw_addr_space_t addr_space = unw_create_addr_space(&accessors, 0);
  /external/v8/test/mjsunit/compiler/
inline-accessors.js 28 // Flags: --allow-natives-syntax --inline-accessors --max-opt-count=100

Completed in 1327 milliseconds

12 3 4