/external/v8/src/ |
D | accessors.cc | 22 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 …]
|
D | bootstrapper.cc | 598 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 …]
|
D | accessors.h | 58 class Accessors : public AllStatic {
|
D | external-reference-table.cc | 377 {FUNCTION_ADDR(&Accessors::name##Getter), "Accessors::" #name "Getter"}, in AddAccessors() 383 { FUNCTION_ADDR(&Accessors::name), "Accessors::" #name}, in AddAccessors()
|
D | factory.cc | 2743 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/ |
D | wpd_node_unittest.cc | 31 TEST(WPDNodeTest, Accessors) { in TEST() argument
|
/external/v8/src/debug/ |
D | debug-evaluate.cc | 237 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/ |
D | ANTLRUnbufferedCommonTreeNodeStream.h | 118 #pragma mark Accessors
|
D | ANTLRCommonTokenStream.m | 235 #pragma mark Accessors
|
D | ANTLRUnbufferedCommonTreeNodeStream.m | 416 #pragma mark Accessors
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 274 // 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/ |
D | array2d_test.cc | 80 TEST(Array2dTest, Accessors) { in TEST() argument
|
/external/smali/dexlib2/accessorTestGenerator/src/main/resources/ |
D | AccessorTest.stg | 82 private class Accessors {
|
/external/v8/src/runtime/ |
D | runtime-function.cc | 149 Accessors::FunctionSetPrototype(fun, value)); in RUNTIME_FUNCTION()
|
D | runtime-classes.cc | 209 object, Accessors::FunctionNameInfo(object->GetIsolate(), attrs)) in InstallClassNameAccessor()
|
/external/llvm/unittests/Support/ |
D | BranchProbabilityTest.cpp | 24 TEST(BranchProbabilityTest, Accessors) { in TEST() argument
|
/external/swiftshader/third_party/stlport-cpp11-extension/ |
D | memory | 270 // Accessors.
|
/external/v8/src/compiler/ |
D | access-info.cc | 482 if (Accessors::IsJSObjectFieldAccessor(map, name, &offset)) { in LookupSpecialFieldAccessor()
|
/external/v8/src/ast/ |
D | ast.h | 1444 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/ |
D | generated_message_reflection_unittest.cc | 96 TEST(GeneratedMessageReflectionTest, Accessors) { in TEST() argument
|
D | extension_set_unittest.cc | 83 TEST(ExtensionSetTest, Accessors) { in TEST() argument
|
D | map_test.cc | 1750 TEST(GeneratedMapFieldTest, Accessors) { in TEST() argument 2203 TEST(GeneratedMapFieldReflectionTest, Accessors) { in TEST() argument
|
/external/google-breakpad/src/client/mac/sender/ |
D | crash_report_sender.m | 465 #pragma mark Accessors
|
/external/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 1410 std::vector<Record*> Accessors = R.getValueAsListOfDefs("Accessors"); in writeAttrAccessorDefinition() local 1411 for (const auto *Accessor : Accessors) { in writeAttrAccessorDefinition()
|
/external/v8/src/crankshaft/ |
D | hydrogen.h | 2493 return Accessors::IsJSObjectFieldAccessor(map_, name_, &offset); in IsJSObjectFieldAccessor() 2498 if (Accessors::IsJSObjectFieldAccessor(map_, name_, &offset)) { in GetJSObjectFieldAccess()
|