Home
last modified time | relevance | path

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

/external/vixl/examples/
Dnon-const-visitor.cc75 Label code_start, code_end; in main() local
78 masm.Bind(&code_end); in main()
81 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in main()
Dcustom-disassembler.cc143 Label code_start, code_end; in TestCustomDisassembler() local
146 masm.Bind(&code_end); in TestCustomDisassembler()
149 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TestCustomDisassembler()
/external/v8/src/compiler/
Djump-threading.cc77 for (int i = block->code_start(); i < block->code_end(); ++i) { in ComputeForwarding()
147 for (int i = block->code_start(); i < block->code_end(); ++i) { in ApplyForwarding()
Dframe-elider.cc24 for (auto i = block->code_start(); i < block->code_end(); ++i) { in MarkBlocks()
Dmove-optimizer.cc155 for (int index = block->code_start(); index < block->code_end(); ++index) { in CompressBlock()
Dinstruction.cc714 instruction_index < block->code_end()); in GetInstructionBlock()
919 << block->code_end() << ")\n predecessors:"; in operator <<()
Dregister-allocator-verifier.cc686 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves()
Dcode-generator.cc143 for (int i = block->code_start(); i < block->code_end(); ++i) { in GenerateCode()
Dinstruction.h1100 int32_t code_end() const { return code_end_; } in code_end() function
Dinstruction-selector.cc74 size_t end = instruction_block->code_end(); in SelectInstructions()
/external/v8/test/cctest/
Dtest-sampler-api.cc117 const void* code_end = in FindEventEntry() local
119 return address < code_end ? &entry : NULL; in FindEventEntry()
/external/pdfium/core/src/fxcodec/lgif/
Dfx_gif.cpp18 code_end = code_clear + 1; in InitTable()
29 code_next = code_end + 1; in ClearTable()
99 } else if (code == code_end) { in Decode()
202 index_num = code_end + 1; in ClearTable()
203 table_cur = code_end + 1; in ClearTable()
220 code_end = code_clear + 1; in Start()
293 if (index == code_end) { in EncodeString()
345 table_cur = code_end + 1; in LookUpInTable()
352 EncodeString(code_end, dst_buf, dst_len, offset); in Finish()
Dfx_gif.h144 FX_WORD code_end; variable
196 FX_WORD code_end; variable
/external/vixl/test/examples/
Dtest-examples.cc553 Label code_start, code_end; in TEST() local
556 masm.Bind(&code_end); in TEST()
559 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TEST()
/external/valgrind/VEX/priv/
Dhost_s390_defs.c9772 UChar *code_begin, *code_end; in s390_insn_evcheck_emit() local
9800 code_end = buf; in s390_insn_evcheck_emit()
9804 vassert(evCheckSzB_S390() == code_end - code_begin); in s390_insn_evcheck_emit()