Searched refs:camel_name (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/ |
D | roots-inl.h | 19 #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])); \
|
D | roots.h | 305 #define ROOT_ACCESSOR(type, name, camel_name) \ argument
|
D | objects-debug.cc | 118 #define STRING_TYPE_CASE(TYPE, size, name, camel_name) case TYPE: in HeapObjectVerify() argument
|
/external/v8/src/heap/ |
D | heap-inl.h | 55 #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; \
|
D | factory-inl.h | 19 #define ROOT_ACCESSOR(type, name, camel_name) \ argument 22 &isolate()->heap()->roots_[Heap::k##camel_name##RootIndex])); \
|
D | heap.h | 311 #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
|
D | setup-heap-internal.cc | 59 #define STRING_TYPE_ELEMENT(type, size, name, camel_name) \ argument 60 {type, size, k##camel_name##MapRootIndex},
|
D | factory.h | 834 #define ROOT_ACCESSOR(type, name, camel_name) inline Handle<type> name(); argument
|
/external/tensorflow/tensorflow/tools/proto_text/ |
D | gen_proto_text_functions_lib.cc | 338 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/ |
D | heap-snapshot-generator.cc | 1912 #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
|