Searched refs:source_object (Results 1 – 3 of 3) sorted by relevance
52 std::unique_ptr<MemoryObject> source_object = in Process() local55 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()
1611 Object* source_object = script->source(); in EnsureLogScriptSource() local1612 if (!source_object->IsString()) return false; in EnsureLogScriptSource()1613 String* source_code = String::cast(source_object); in EnsureLogScriptSource()