Searched refs:RunFrom (Results 1 – 25 of 26) sorted by relevance
12
70 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&start)); in LiteralExample()78 simulator.RunFrom(reinterpret_cast<Instruction*>(code)); in LiteralExample()
55 simulator.RunFrom(masm.GetLabelAddress<Instruction *>(&demo_function)); in main()
60 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&abs)); in main()
64 debugger.RunFrom(masm.GetLabelAddress<Instruction*>(&start)); in main()
65 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add3_double)); in main()
70 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial)); in main()
75 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add4_double)); in main()
86 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap_int32)); in main()
72 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial_rec)); in main()
77 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap4)); in main()
70 simulator->RunFrom(function); in run_function()
78 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&sum_array)); in main()
85 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&func)); in runExample()
105 simulator.RunFrom(start); in main()
53 simulator.RunFrom(start_instr); in RunNonConstVisitorTestGeneratedCode()
141 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add2_vectors)); in main()
162 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&neon_matrix_multiply)); in main()
139 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&test)); \
189 simulator.RunFrom(entry.target());
290 void RunFrom(Instruction* start);
451 void Simulator::RunFrom(Instruction* start) { in RunFrom() function in v8::internal::Simulator
799 void RunFrom(const Instruction* first);
156 void Simulator::RunFrom(const Instruction* first) { in RunFrom() function in vixl::aarch64::Simulator
95 simulator->RunFrom(masm.GetBuffer()->GetStartAddress<Instruction*>())
2850 simulator.RunFrom(masm.GetBuffer()->GetStartAddress<Instruction*>()); in TraceTestHelper()