Home
last modified time | relevance | path

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

12

/external/v8/src/
Daccessors.cc22 Handle<AccessorInfo> Accessors::MakeAccessor( in MakeAccessor()
63 bool Accessors::IsJSObjectFieldAccessor(Handle<Map> map, Handle<Name> name, in IsJSObjectFieldAccessor()
104 void Accessors::ReconfigureToDataProperty( in ReconfigureToDataProperty()
128 void Accessors::ArgumentsIteratorGetter( in ArgumentsIteratorGetter()
138 Handle<AccessorInfo> Accessors::ArgumentsIteratorInfo( in ArgumentsIteratorInfo()
151 void Accessors::ArrayLengthGetter( in ArrayLengthGetter()
164 void Accessors::ArrayLengthSetter( in ArrayLengthSetter()
223 Handle<AccessorInfo> Accessors::ArrayLengthInfo( in ArrayLengthInfo()
236 void Accessors::ModuleNamespaceEntryGetter( in ModuleNamespaceEntryGetter()
251 void Accessors::ModuleNamespaceEntrySetter( in ModuleNamespaceEntrySetter()
[all …]
Dbootstrapper.cc598 Accessors::FunctionSetPrototype(object_fun, object_function_prototype) in CreateEmptyFunction()
1151 Accessors::FunctionSetPrototype(error_fun, prototype).Assert(); in InstallError()
1159 Accessors::ErrorStackInfo(isolate, attribs); in InstallError()
1380 Accessors::ArrayLengthInfo(isolate, attribs); in InitializeGlobal()
1511 Accessors::FunctionSetPrototype(number_fun, prototype).Assert(); in InitializeGlobal()
1573 Accessors::FunctionSetPrototype(boolean_fun, prototype).Assert(); in InitializeGlobal()
1605 Accessors::StringLengthInfo(isolate, attribs)); in InitializeGlobal()
1625 Accessors::FunctionSetPrototype(string_fun, prototype).Assert(); in InitializeGlobal()
2798 Accessors::BoundFunctionLengthInfo(isolate, roc_attribs); in InitializeGlobal()
2805 Accessors::BoundFunctionNameInfo(isolate, roc_attribs); in InitializeGlobal()
[all …]
Daccessors.h58 class Accessors : public AllStatic {
Dexternal-reference-table.cc377 {FUNCTION_ADDR(&Accessors::name##Getter), "Accessors::" #name "Getter"}, in AddAccessors()
383 { FUNCTION_ADDR(&Accessors::name), "Accessors::" #name}, in AddAccessors()
Dfactory.cc2743 Accessors::FunctionLengthInfo(isolate(), roc_attribs); in SetFunctionInstanceDescriptor()
2752 Accessors::FunctionNameInfo(isolate(), roc_attribs); in SetFunctionInstanceDescriptor()
2759 Accessors::FunctionArgumentsInfo(isolate(), ro_attribs); in SetFunctionInstanceDescriptor()
2766 Accessors::FunctionCallerInfo(isolate(), ro_attribs); in SetFunctionInstanceDescriptor()
2777 Accessors::FunctionPrototypeInfo(isolate(), ro_attribs); in SetFunctionInstanceDescriptor()
2812 Accessors::FunctionLengthInfo(isolate(), roc_attribs); in SetStrictFunctionInstanceDescriptor()
2821 Accessors::FunctionNameInfo(isolate(), roc_attribs); in SetStrictFunctionInstanceDescriptor()
2832 Accessors::FunctionPrototypeInfo(isolate(), attribs); in SetStrictFunctionInstanceDescriptor()
2859 Accessors::FunctionLengthInfo(isolate(), roc_attribs); in SetClassFunctionInstanceDescriptor()
2868 Accessors::FunctionPrototypeInfo(isolate(), rw_attribs); in SetClassFunctionInstanceDescriptor()
/external/webrtc/webrtc/modules/audio_processing/transient/
Dwpd_node_unittest.cc31 TEST(WPDNodeTest, Accessors) { in TEST() argument
/external/v8/src/debug/
Ddebug-evaluate.cc237 Handle<JSObject> arguments = Accessors::FunctionGetArguments(function); in MaterializeArgumentsObject()
506 FUNCTION_ADDR(Accessors::StringLengthGetter),
507 FUNCTION_ADDR(Accessors::ArrayLengthGetter)};
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRUnbufferedCommonTreeNodeStream.h118 #pragma mark Accessors
DANTLRCommonTokenStream.m235 #pragma mark Accessors
DANTLRUnbufferedCommonTreeNodeStream.m416 #pragma mark Accessors
/external/clang/include/clang/Basic/
DAttr.td274 // Accessors which should be generated for the attribute.
275 list<Accessor> Accessors = [];
392 let Accessors = [Accessor<"isGNU", [GCC<"aligned">]>,
438 let Accessors = [Accessor<"alwaysXRayInstrument",
709 let Accessors = [Accessor<"isReadOnly", [Keyword<"__read_only">,
813 let Accessors = [Accessor<"isSpelledAsSealed", [Keyword<"sealed">]>];
1326 let Accessors = [Accessor<"isHolds", [GNU<"ownership_holds">]>,
1747 let Accessors = [Accessor<"isShared",
1768 let Accessors = [Accessor<"isShared",
1787 let Accessors = [Accessor<"isShared",
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Darray2d_test.cc80 TEST(Array2dTest, Accessors) { in TEST() argument
/external/smali/dexlib2/accessorTestGenerator/src/main/resources/
DAccessorTest.stg82 private class Accessors {
/external/v8/src/runtime/
Druntime-function.cc149 Accessors::FunctionSetPrototype(fun, value)); in RUNTIME_FUNCTION()
Druntime-classes.cc209 object, Accessors::FunctionNameInfo(object->GetIsolate(), attrs)) in InstallClassNameAccessor()
/external/llvm/unittests/Support/
DBranchProbabilityTest.cpp24 TEST(BranchProbabilityTest, Accessors) { in TEST() argument
/external/swiftshader/third_party/stlport-cpp11-extension/
Dmemory270 // Accessors.
/external/v8/src/compiler/
Daccess-info.cc482 if (Accessors::IsJSObjectFieldAccessor(map, name, &offset)) { in LookupSpecialFieldAccessor()
/external/v8/src/ast/
Dast.h1444 struct Accessors: public ZoneObject { struct
1445 Accessors() : getter(NULL), setter(NULL), bailout_id(BailoutId::None()) {} in Accessors() argument
1500 : public base::TemplateHashMap<Literal, ObjectLiteral::Accessors,
1505 : base::TemplateHashMap<Literal, ObjectLiteral::Accessors, in AccessorTable()
1512 if (it->second == NULL) it->second = new (zone_) ObjectLiteral::Accessors(); in lookup()
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc96 TEST(GeneratedMessageReflectionTest, Accessors) { in TEST() argument
Dextension_set_unittest.cc83 TEST(ExtensionSetTest, Accessors) { in TEST() argument
Dmap_test.cc1750 TEST(GeneratedMapFieldTest, Accessors) { in TEST() argument
2203 TEST(GeneratedMapFieldReflectionTest, Accessors) { in TEST() argument
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m465 #pragma mark Accessors
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp1410 std::vector<Record*> Accessors = R.getValueAsListOfDefs("Accessors"); in writeAttrAccessorDefinition() local
1411 for (const auto *Accessor : Accessors) { in writeAttrAccessorDefinition()
/external/v8/src/crankshaft/
Dhydrogen.h2493 return Accessors::IsJSObjectFieldAccessor(map_, name_, &offset); in IsJSObjectFieldAccessor()
2498 if (Accessors::IsJSObjectFieldAccessor(map_, name_, &offset)) { in GetJSObjectFieldAccess()

12