Home
last modified time | relevance | path

Searched refs:camel_name (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Droots-inl.h19 #define ROOT_ACCESSOR(type, name, camel_name) \ argument
21 return type::cast(heap_->roots_[Heap::k##camel_name##RootIndex]); \
25 bit_cast<type**>(&heap_->roots_[Heap::k##camel_name##RootIndex])); \
Droots.h305 #define ROOT_ACCESSOR(type, name, camel_name) \ argument
Dobjects-debug.cc118 #define STRING_TYPE_CASE(TYPE, size, name, camel_name) case TYPE: in HeapObjectVerify() argument
/external/v8/src/heap/
Dheap-inl.h55 #define ROOT_ACCESSOR(type, name, camel_name) \ argument
56 type* Heap::name() { return type::cast(roots_[k##camel_name##RootIndex]); }
74 #define ROOT_ACCESSOR(type, name, camel_name) \ argument
79 RootCanBeWrittenAfterInitialization(k##camel_name##RootIndex)); \
80 DCHECK(k##camel_name##RootIndex >= kOldSpaceRoots || !InNewSpace(value)); \
81 roots_[k##camel_name##RootIndex] = value; \
Dfactory-inl.h19 #define ROOT_ACCESSOR(type, name, camel_name) \ argument
22 &isolate()->heap()->roots_[Heap::k##camel_name##RootIndex])); \
Dheap.h311 #define DECL(type, name, camel_name) k##camel_name##RootIndex, argument
346 #define DECL(type, name, camel_name) k##camel_name##RootIndex, argument
815 #define ROOT_ACCESSOR(type, name, camel_name) inline type* name(); argument
1612 #define ROOT_ACCESSOR(type, name, camel_name) \ argument
Dsetup-heap-internal.cc59 #define STRING_TYPE_ELEMENT(type, size, name, camel_name) \ argument
60 {type, size, k##camel_name##MapRootIndex},
Dfactory.h834 #define ROOT_ACCESSOR(type, name, camel_name) inline Handle<type> name(); argument
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions_lib.cc338 string camel_name = field.camelcase_name(); in AppendFieldAppend() local
339 camel_name[0] = toupper(camel_name[0]); in AppendFieldAppend()
341 GetQualifiedName(*oneof->containing_type()), "::k", camel_name, in AppendFieldAppend()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1912 #define ROOT_NAME(type, name, camel_name) NAME_ENTRY(name) in GetStrongGcSubrootName() argument
1915 #define ROOT_NAME(type, name, camel_name) RO_NAME_ENTRY(name) in GetStrongGcSubrootName() argument