Searched refs:code_end (Results 1 – 16 of 16) sorted by relevance
/external/vixl/examples/ |
D | non-const-visitor.cc | 75 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()
|
D | custom-disassembler.cc | 143 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/ |
D | jump-threading.cc | 77 for (int i = block->code_start(); i < block->code_end(); ++i) { in ComputeForwarding() 156 for (int i = block->code_start(); i < block->code_end(); ++i) { in ApplyForwarding()
|
D | frame-elider.cc | 24 for (int i = block->code_start(); i < block->code_end(); ++i) { in MarkBlocks()
|
D | register-allocator-verifier.cc | 486 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves()
|
D | code-generator.cc | 311 for (int i = block->code_start(); i < block->code_end(); ++i) { in AssembleBlock()
|
D | instruction.cc | 901 os << " instructions: [" << block->code_start() << ", " << block->code_end() in PrintBlock()
|
D | instruction.h | 1215 int32_t code_end() const { return code_end_; } in code_end() function
|
D | instruction-selector.cc | 76 size_t end = instruction_block->code_end(); in SelectInstructions()
|
D | register-allocator.cc | 3536 LifetimePosition::GapFromInstructionIndex(block->code_end()); in ResolveControlFlow()
|
/external/v8/test/cctest/ |
D | test-sampler-api.cc | 123 const void* code_end = in FindEventEntry() local 125 return address < code_end ? &entry : NULL; in FindEventEntry()
|
/external/pdfium/core/src/fxcodec/lgif/ |
D | fx_gif.cpp | 18 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()
|
D | fx_gif.h | 144 FX_WORD code_end; variable 196 FX_WORD code_end; variable
|
/external/vixl/test/examples/ |
D | test-examples.cc | 553 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/v8/src/wasm/ |
D | wasm-interpreter.cc | 880 const byte* code_end = module->module_start + function->code_end_offset; in CodeMap() local 881 AddFunction(function, code_start, code_end); in CodeMap() 918 const byte* code_end) { in AddFunction() argument 921 code_end, const_cast<byte*>(code_start), const_cast<byte*>(code_end), in AddFunction()
|
/external/valgrind/VEX/priv/ |
D | host_s390_defs.c | 9772 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()
|