Home
last modified time | relevance | path

Searched refs:set_source (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/compiler/
Dgap-resolver.cc66 move->set_source(AllocatedOperand(src_kind, smaller_rep, src_index)); in Split()
226 other->set_source(destination); in PerformMove()
233 other->set_source(source); in PerformMove()
240 other->set_source(destination); in PerformMove()
242 other->set_source(source); in PerformMove()
Dinstruction.cc308 if (replacement != nullptr) move->set_source(replacement->source()); in PrepareInsertAfter()
Dinstruction.h681 void set_source(const InstructionOperand& operand) { source_ = operand; } in NON_EXPORTED_BASE()
/external/pdfium/third_party/agg23/
Dagg_conv_adaptor_vcgen.h45 void set_source(VertexSource& source) in set_source() function
/external/pdfium/fxjs/
Dcjs_event.h60 CJS_Return set_source(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
Dcjs_event.cpp236 CJS_Return event::set_source(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_source() function in event
Dcjs_field.h203 CJS_Return set_source(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
Dcjs_field.cpp2590 CJS_Return Field::set_source(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_source() function in Field
/external/v8/src/debug/
Dliveedit.cc1061 new_script->set_source(*new_source); in PatchScript()
/external/v8/src/heap/
Dfactory.cc1543 script->set_source(*source); in NewScriptWithId()
1570 new_script->set_source(script->source()); in CloneScript()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc613 proto_pair->set_source(pair.first); in ToProto()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2227 proto_pair->set_source(pair.first); in CollectivePermute()
/external/v8/src/
Dobjects.cc16611 regexp->set_source(*escaped_source); in Initialize()