Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgap-resolver.cc71 move->set_source(AllocatedOperand(src_kind, smaller_rep, src_index)); in Split()
227 other->set_source(destination); in PerformMove()
234 other->set_source(source); in PerformMove()
241 other->set_source(destination); in PerformMove()
243 other->set_source(source); in PerformMove()
Dinstruction.cc285 if (replacement != nullptr) move->set_source(replacement->source()); in PrepareInsertAfter()
Dinstruction.h680 void set_source(const InstructionOperand& operand) { source_ = operand; } in NON_EXPORTED_BASE()
/external/v8/src/crankshaft/x64/
Dlithium-gap-resolver-x64.cc309 moves_[i].set_source(destination); in EmitSwap()
311 moves_[i].set_source(source); in EmitSwap()
/external/pdfium/third_party/agg23/
Dagg_conv_adaptor_vcgen.h45 void set_source(VertexSource& source) in set_source() function
/external/v8/src/crankshaft/x87/
Dlithium-gap-resolver-x87.cc431 moves_[i].set_source(destination); in EmitSwap()
433 moves_[i].set_source(source); in EmitSwap()
/external/v8/src/crankshaft/ia32/
Dlithium-gap-resolver-ia32.cc464 moves_[i].set_source(destination); in EmitSwap()
466 moves_[i].set_source(source); in EmitSwap()
/external/v8/src/debug/
Dliveedit.cc694 script->set_source(*source); in GatherCompileInfo()
741 script->set_source(*original_source); in GatherCompileInfo()
1198 original_script->set_source(*new_source); in ChangeScriptSource()
/external/v8/src/crankshaft/
Dlithium.h277 void set_source(LOperand* operand) { source_ = operand; } in set_source() function
/external/v8/src/runtime/
Druntime-debug.cc1461 script->set_source(*source); in RUNTIME_FUNCTION()
/external/v8/src/
Dfactory.cc1045 script->set_source(*source); in NewScript()
Dobjects.cc16706 regexp->set_source(*escaped_source); in Initialize()