Home
last modified time | relevance | path

Searched refs:code_end (Results 1 – 14 of 14) sorted by relevance

/external/vixl/examples/aarch64/
Dnon-const-visitor.cc72 Label code_start, code_end; in main() local
75 masm.Bind(&code_end); in main()
78 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in main()
Dcustom-disassembler.cc139 Label code_start, code_end; in TestCustomDisassembler() local
142 masm.Bind(&code_end); in TestCustomDisassembler()
145 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TestCustomDisassembler()
/external/u-boot/arch/arm/mach-exynos/
Dsec_boot.S13 adr r1, code_end @ r1: source address (end)
20 b code_end
126 code_end: label
/external/v8/src/compiler/
Djump-threading.cc63 if (pred->code_start() == pred->code_end()) return false; in IsBlockWithBranchPoisoning()
64 Instruction* instr = code->InstructionAt(pred->code_end() - 1); in IsBlockWithBranchPoisoning()
93 for (int i = block->code_start(); i < block->code_end(); ++i) { in ComputeForwarding()
172 for (int i = block->code_start(); i < block->code_end(); ++i) { in ApplyForwarding()
Dframe-elider.cc25 for (int i = block->code_start(); i < block->code_end(); ++i) { in MarkBlocks()
Dcode-generator.cc326 if (pred->code_start() == pred->code_end()) return; in TryInsertBranchPoisoning()
327 Instruction* instr = code()->InstructionAt(pred->code_end() - 1); in TryInsertBranchPoisoning()
470 for (int i = block->code_start(); i < block->code_end(); ++i) { in AssembleBlock()
Dregister-allocator-verifier.cc499 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves()
Dinstruction.cc710 os << " instructions: [" << block->code_start() << ", " << block->code_end() in operator <<()
Dinstruction.h1395 int32_t code_end() const { return code_end_; } in NON_EXPORTED_BASE()
Dpipeline.cc1677 << block->code_end() << "]"; in operator <<()
Dinstruction-selector.cc100 size_t end = instruction_block->code_end(); in SelectInstructions()
Dregister-allocator.cc3762 LifetimePosition::GapFromInstructionIndex(block->code_end()); in ResolveControlFlow()
/external/vixl/test/aarch64/examples/
Dtest-examples.cc572 Label code_start, code_end; in TEST() local
575 masm.Bind(&code_end); in TEST()
578 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TEST()
/external/v8/src/wasm/
Dwasm-interpreter.cc1016 const byte* code_end) { in AddFunction() argument
1019 code_end, const_cast<byte*>(code_start), const_cast<byte*>(code_end), in AddFunction()