Home
last modified time | relevance | path

Searched refs:RunFrom (Results 1 – 25 of 25) sorted by relevance

/external/vixl/examples/
Dliteral.cc72 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&start)); in LiteralExample()
80 simulator.RunFrom(reinterpret_cast<Instruction*>(code)); in LiteralExample()
Dgetting-started.cc57 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&demo_function)); in main()
Dabs.cc63 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&abs)); in main()
Dadd3-double.cc68 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add3_double)); in main()
Ddebugger.cc67 debugger.RunFrom(masm.GetLabelAddress<Instruction*>(&start)); in main()
Dfactorial.cc73 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial)); in main()
Dadd4-double.cc78 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add4_double)); in main()
Dfactorial-rec.cc75 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial_rec)); in main()
Dcheck-bounds.cc68 simulator->RunFrom(function); in run_function()
Dswap-int32.cc87 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap_int32)); in main()
Dcrc-checksums.cc88 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&func)); in runExample()
Dswap4.cc78 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap4)); in main()
Dsum-array.cc81 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&sum_array)); in main()
Dnon-const-visitor.cc54 simulator.RunFrom(start_instr); in RunNonConstVisitorTestGeneratedCode()
Dadd2-vectors.cc144 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add2_vectors)); in main()
Dneon-matrix-multiply.cc141 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&neon_matrix_multiply)); in main()
/external/vixl/test/examples/
Dtest-examples.cc145 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&test)); \
/external/vixl/doc/
Dgetting-started.md196 simulator.RunFrom(entry.target());
/external/v8/src/arm64/
Dsimulator-arm64.h289 void RunFrom(Instruction* start);
Dsimulator-arm64.cc450 void Simulator::RunFrom(Instruction* start) { in RunFrom() function in v8::internal::Simulator
/external/vixl/src/vixl/a64/
Dsimulator-a64.h695 void RunFrom(const Instruction* first);
Dsimulator-a64.cc145 void Simulator::RunFrom(const Instruction* first) { in RunFrom() function in vixl::Simulator
/external/vixl/test/
Dtest-simulator-a64.cc92 simulator->RunFrom(masm.GetStartAddress<Instruction*>())
Dtest-assembler-a64.cc151 simulator->RunFrom(masm.GetStartAddress<Instruction*>())
/external/v8/test/cctest/
Dtest-assembler-arm64.cc157 simulator.RunFrom(reinterpret_cast<Instruction*>(buf))