Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgap-resolver.cc108 other->set_source(destination); in PerformMove()
110 other->set_source(source); in PerformMove()
Dinstruction.cc237 if (replacement != nullptr) move->set_source(replacement->source()); in PrepareInsertAfter()
Dinstruction.h574 void set_source(const InstructionOperand& operand) { source_ = operand; } in set_source() function
/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.cc434 moves_[i].set_source(destination); in EmitSwap()
436 moves_[i].set_source(source); in EmitSwap()
/external/v8/src/crankshaft/ia32/
Dlithium-gap-resolver-ia32.cc467 moves_[i].set_source(destination); in EmitSwap()
469 moves_[i].set_source(source); in EmitSwap()
/external/v8/src/debug/
Dliveedit.cc841 script->set_source(*source); in GatherCompileInfo()
890 script->set_source(*original_source); in GatherCompileInfo()
1404 original_script->set_source(*new_source); in ChangeScriptSource()
/external/v8/src/crankshaft/
Dlithium.h276 void set_source(LOperand* operand) { source_ = operand; } in set_source() function
/external/v8/test/cctest/
Dtest-compiler.cc255 script->set_source(CcTest::heap()->undefined_value()); in TEST()
/external/v8/src/runtime/
Druntime-debug.cc1464 script->set_source(*source); in RUNTIME_FUNCTION()
/external/v8/src/
Dfactory.cc884 script->set_source(*source); in NewScript()
Dobjects.cc16909 regexp->set_source(*escaped_source); in Initialize()