HomeSort by relevance Sort by last modified time
    Searched refs:code_end (Results 1 - 6 of 6) sorted by null

  /art/compiler/optimizing/
builder.cc 178 const uint16_t* code_end = code_item.insns_ + code_item.insns_size_in_code_units_; local
193 ComputeBranchTargets(code_ptr, code_end);
200 while (code_ptr < code_end) {
233 void HGraphBuilder::ComputeBranchTargets(const uint16_t* code_ptr, const uint16_t* code_end) {
235 branch_targets_.SetSize(code_end - code_ptr);
245 while (code_ptr < code_end) {
256 if ((code_ptr < code_end) && (FindBlockStartingAt(dex_offset) == nullptr)) {
  /art/compiler/dex/
mir_graph.cc 401 const uint16_t* code_end) {
458 } else if (code_ptr < code_end) {
544 const uint16_t* code_ptr, const uint16_t* code_end) {
596 if (code_ptr < code_end) {
661 const uint16_t* code_end = local
723 while (code_ptr < code_end) {
750 if ((width == 1) && ((current_offset_ & 0x1) == 0x1) && ((code_end - code_ptr) > 1)) {
781 width, flags, code_ptr, code_end);
790 if (code_ptr < code_end) {
800 code_ptr, code_end);
    [all...]
mir_graph.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def 384 (code_end,
    [all...]
  /external/chromium_org/v8/src/heap/
mark-compact.cc 3395 Address code_end = code_start + code->Size(); local
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_defs.c 9838 UChar *code_begin, *code_end; local
    [all...]

Completed in 276 milliseconds