Searched refs:GetLabelAddress (Results 1 – 22 of 22) sorted by relevance
77 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in main()78 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in main()
144 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in TestCustomDisassembler()145 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TestCustomDisassembler()
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()
92 Instruction* function = masm.GetLabelAddress<Instruction*>(&check_bounds); in main()
78 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&sum_array)); in main()
85 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&func)); in runExample()
70 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&start)); in LiteralExample()
92 masm.GetLabelAddress<Instruction*>(&call_runtime_add_floats); in main()
141 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add2_vectors)); in main()
162 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&neon_matrix_multiply)); in main()
138 simulator.WriteXRegister(15, masm.GetLabelAddress<uint64_t>(&Func)); \139 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&test)); \573 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in TEST()574 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TEST()
69 link->SetImmPCOffsetTarget(GetLabelAddress<Instruction*>(label)); in BindToOffset()86 uintptr_t label_offset = GetLabelAddress<uintptr_t>(label) >> element_shift; in LinkAndGetOffsetTo()
454 T GetLabelAddress(const Label* label) const { in GetLabelAddress() function
1862 AlignDown(masm.GetLabelAddress<uint64_t*>(&start), kPageSize)); in TEST()1946 AlignDown(masm.GetLabelAddress<uintptr_t>(&test), kPageSize); in AdrpPageBoundaryHelper()2003 masm.GetLabelAddress<uintptr_t>(&page) + (kPageSize * offset); in AdrpOffsetHelper()