Home
last modified time | relevance | path

Searched refs:Accessors (Results 1 – 25 of 30) sorted by relevance

12

/external/v8/src/
Daccessors.cc23 Handle<AccessorInfo> Accessors::MakeAccessor( in MakeAccessor()
44 Handle<ExecutableAccessorInfo> Accessors::CloneAccessor( in CloneAccessor()
73 bool Accessors::IsJSObjectFieldAccessor(Handle<Map> map, Handle<Name> name, in IsJSObjectFieldAccessor()
96 bool Accessors::IsJSArrayBufferViewFieldAccessor(Handle<Map> map, in IsJSArrayBufferViewFieldAccessor()
149 void Accessors::ArgumentsIteratorGetter( in ArgumentsIteratorGetter()
159 void Accessors::ArgumentsIteratorSetter( in ArgumentsIteratorSetter()
177 Handle<AccessorInfo> Accessors::ArgumentsIteratorInfo( in ArgumentsIteratorInfo()
190 void Accessors::ArrayLengthGetter( in ArrayLengthGetter()
202 void Accessors::ArrayLengthSetter( in ArrayLengthSetter()
225 Handle<AccessorInfo> Accessors::ArrayLengthInfo( in ArrayLengthInfo()
[all …]
Dbootstrapper.cc443 Accessors::FunctionLengthInfo(isolate(), roc_attribs); in SetFunctionInstanceDescriptor()
450 Accessors::FunctionNameInfo(isolate(), ro_attribs); in SetFunctionInstanceDescriptor()
457 Accessors::FunctionArgumentsInfo(isolate(), ro_attribs); in SetFunctionInstanceDescriptor()
464 Accessors::FunctionCallerInfo(isolate(), ro_attribs); in SetFunctionInstanceDescriptor()
475 Accessors::FunctionPrototypeInfo(isolate(), ro_attribs); in SetFunctionInstanceDescriptor()
548 Accessors::FunctionSetPrototype(object_fun, object_function_prototype) in CreateEmptyFunction()
614 Accessors::FunctionLengthInfo(isolate(), roc_attribs); in SetStrictFunctionInstanceDescriptor()
621 Accessors::FunctionNameInfo(isolate(), roc_attribs); in SetStrictFunctionInstanceDescriptor()
632 Accessors::FunctionPrototypeInfo(isolate(), attribs); in SetStrictFunctionInstanceDescriptor()
647 Accessors::FunctionLengthInfo(isolate(), ro_attribs); in SetStrongFunctionInstanceDescriptor()
[all …]
Daccessors.h49 class Accessors : public AllStatic {
/external/webrtc/webrtc/modules/audio_processing/transient/
Dwpd_node_unittest.cc31 TEST(WPDNodeTest, Accessors) { in TEST() argument
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRUnbufferedCommonTreeNodeStream.h118 #pragma mark Accessors
DANTLRCommonTokenStream.m235 #pragma mark Accessors
DANTLRUnbufferedCommonTreeNodeStream.m416 #pragma mark Accessors
/external/v8/src/compiler/
Daccess-info.cc378 if (Accessors::IsJSObjectFieldAccessor(map, name, &offset)) { in LookupSpecialFieldAccessor()
406 if (Accessors::IsJSArrayBufferViewFieldAccessor(map, name, &offset)) { in LookupSpecialFieldAccessor()
/external/clang/include/clang/Basic/
DAttr.td269 // Accessors which should be generated for the attribute.
270 list<Accessor> Accessors = [];
371 let Accessors = [Accessor<"isGNU", [GCC<"aligned">]>,
664 let Accessors = [Accessor<"isReadOnly", [Keyword<"__read_only">,
750 let Accessors = [Accessor<"isSpelledAsSealed", [Keyword<"sealed">]>];
1239 let Accessors = [Accessor<"isHolds", [GNU<"ownership_holds">]>,
1612 let Accessors = [Accessor<"isShared",
1633 let Accessors = [Accessor<"isShared",
1652 let Accessors = [Accessor<"isShared",
1671 let Accessors = [Accessor<"isShared",
[all …]
/external/smali/dexlib2/accessorTestGenerator/src/main/resources/
DAccessorTest.stg82 private class Accessors {
/external/v8/test/cctest/heap/
Dtest-alloc.cc131 return Accessors::MakeAccessor(isolate, name, &TestGetter, &TestSetter, in TestAccessorInfo()
/external/llvm/unittests/Support/
DBranchProbabilityTest.cpp24 TEST(BranchProbabilityTest, Accessors) { in TEST() argument
/external/v8/src/runtime/
Druntime-function.cc131 Accessors::FunctionSetPrototype(fun, value)); in RUNTIME_FUNCTION()
Druntime-scopes.cc932 Accessors::MakeModuleExport(name, index, attr); in RUNTIME_FUNCTION()
/external/v8/src/debug/
Ddebug-evaluate.cc306 Handle<JSObject>::cast(Accessors::FunctionGetArguments(function)); in MaterializeArgumentsObject()
/external/v8/src/ast/
Dast.h1550 struct Accessors: public ZoneObject { struct
1551 Accessors() : getter(NULL), setter(NULL) {} in Accessors() argument
1604 class AccessorTable : public TemplateHashMap<Literal, ObjectLiteral::Accessors,
1608 : TemplateHashMap<Literal, ObjectLiteral::Accessors, in AccessorTable()
1615 if (it->second == NULL) it->second = new (zone_) ObjectLiteral::Accessors(); in lookup()
/external/v8/src/crankshaft/
Dhydrogen.h2563 return Accessors::IsJSObjectFieldAccessor(map_, name_, &offset); in IsJSObjectFieldAccessor()
2568 if (Accessors::IsJSObjectFieldAccessor(map_, name_, &offset)) { in GetJSObjectFieldAccess()
2585 return Accessors::IsJSArrayBufferViewFieldAccessor(map_, name_, &offset); in IsJSArrayBufferViewFieldAccessor()
2590 if (Accessors::IsJSArrayBufferViewFieldAccessor(map_, name_, &offset)) { in GetJSArrayBufferViewFieldAccess()
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc90 TEST(GeneratedMessageReflectionTest, Accessors) { in TEST() argument
Dextension_set_unittest.cc81 TEST(ExtensionSetTest, Accessors) { in TEST() argument
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp1259 std::vector<Record*> Accessors = R.getValueAsListOfDefs("Accessors"); in writeAttrAccessorDefinition() local
1260 for (const auto *Accessor : Accessors) { in writeAttrAccessorDefinition()
/external/regex-re2/re2/testing/
Dre2_test.cc970 TEST(RE2, Accessors) { in TEST() argument
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m465 #pragma mark Accessors
/external/v8/src/snapshot/
Dserialize.cc270 { FUNCTION_ADDR(&Accessors::name##Getter), "Accessors::" #name "Getter" } \ in ExternalReferenceTable()
271 , {FUNCTION_ADDR(&Accessors::name##Setter), "Accessors::" #name "Setter"}, in ExternalReferenceTable()
/external/v8/src/ic/
Dic.cc1159 if (Accessors::IsJSObjectFieldAccessor(map, lookup->name(), in CompileHandler()
1164 if (Accessors::IsJSArrayBufferViewFieldAccessor(map, lookup->name(), in CompileHandler()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc205 TEST(GeneratedMessageTest, Accessors) { in TEST() argument

12