Home
last modified time | relevance | path

Searched refs:raw_string (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/interpreter/
Dconstant-array-builder.h68 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()
Dconstant-array-builder.cc229 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()
Dbytecode-array-builder.h75 BytecodeArrayBuilder& LoadLiteral(const AstRawString* raw_string);
462 size_t GetConstantPoolEntry(const AstRawString* raw_string);
Dbytecode-array-builder.cc592 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/
Dtemplate-objects.cc38 isolate->factory()->raw_string(), &raw_desc, in CreateTemplateObject()
/external/v8/src/builtins/
Dbuiltins-string.cc535 Handle<String> raw_string = in BUILTIN() local
544 isolate, raw, Object::GetProperty(isolate, cooked, raw_string)); in BUILTIN()
/external/v8/src/
Dheap-symbols.h176 V(raw_string, "raw") \
/external/tensorflow/tensorflow/python/framework/
Dops.py98 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