Searched refs:raw_string (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/interpreter/ |
D | constant-array-builder.h | 68 size_t Insert(const AstRawString* raw_string); 117 explicit Entry(const AstRawString* raw_string) in Entry() argument 118 : raw_string_(raw_string), tag_(Tag::kRawString) {} in Entry()
|
D | constant-array-builder.cc | 229 size_t ConstantArrayBuilder::Insert(const AstRawString* raw_string) { in Insert() argument 231 .LookupOrInsert(reinterpret_cast<intptr_t>(raw_string), in Insert() 232 raw_string->Hash(), in Insert() 233 [&]() { return AllocateIndex(Entry(raw_string)); }, in Insert()
|
D | bytecode-array-builder.h | 75 BytecodeArrayBuilder& LoadLiteral(const AstRawString* raw_string); 462 size_t GetConstantPoolEntry(const AstRawString* raw_string);
|
D | bytecode-array-builder.cc | 592 const AstRawString* raw_string) { in LoadLiteral() argument 593 size_t entry = GetConstantPoolEntry(raw_string); in LoadLiteral() 1461 const AstRawString* raw_string) { in GetConstantPoolEntry() argument 1462 return constant_array_builder()->Insert(raw_string); in GetConstantPoolEntry()
|
/external/v8/src/objects/ |
D | template-objects.cc | 38 isolate->factory()->raw_string(), &raw_desc, in CreateTemplateObject()
|
/external/v8/src/builtins/ |
D | builtins-string.cc | 535 Handle<String> raw_string = in BUILTIN() local 544 isolate, raw, Object::GetProperty(isolate, cooked, raw_string)); in BUILTIN()
|
/external/v8/src/ |
D | heap-symbols.h | 176 V(raw_string, "raw") \
|
/external/tensorflow/tensorflow/python/framework/ |
D | ops.py | 98 self.raw_string = None 103 self.raw_string = self._device_name_or_function 5612 if device_spec.raw_string: 5614 context_manager_input = device_spec.raw_string
|