Home
last modified time | relevance | path

Searched refs:source_object (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp52 std::unique_ptr<MemoryObject> source_object = in Process() local
55 if (source_object != nullptr) { in Process()
56 if (CanUpdateUses(&*var_inst, source_object->GetPointerTypeId(this))) { in Process()
58 PropagateObject(&*var_inst, source_object.get(), store_inst); in Process()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp52 std::unique_ptr<MemoryObject> source_object = in Process() local
55 if (source_object != nullptr) { in Process()
56 if (CanUpdateUses(&*var_inst, source_object->GetPointerTypeId(this))) { in Process()
58 PropagateObject(&*var_inst, source_object.get(), store_inst); in Process()
/external/v8/src/
Dlog.cc1611 Object* source_object = script->source(); in EnsureLogScriptSource() local
1612 if (!source_object->IsString()) return false; in EnsureLogScriptSource()
1613 String* source_code = String::cast(source_object); in EnsureLogScriptSource()