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

  /external/v8/src/mips/
deoptimizer-mips.cc 57 Code* check_code,
64 Code* check_code,
  /external/v8/src/
runtime-profiler.cc 201 Object* check_code; local
203 if (maybe_check_code->ToObject(&check_code)) {
208 Code::cast(check_code),
deoptimizer.h 149 Code* check_code,
155 Code* check_code,
161 Code* check_code,
167 Code* check_code,
deoptimizer.cc 791 Code* check_code,
803 PatchStackCheckCodeAt(pc_after, check_code, replacement_code);
810 Code* check_code,
822 RevertStackCheckCodeAt(pc_after, check_code, replacement_code);
    [all...]
runtime.cc     [all...]
  /external/valgrind/main/callgrind/
fn.c 51 static Bool check_code(obj_node* obj, function
62 CLG_DEBUG(1, "check_code: %s, pattern %s, check %d bytes of [%x %x %x...]\n",
143 if (check_code(obj, code, &pat)) return True;
144 if (check_code(obj, code_28, &pat_28)) return True;
171 return check_code(obj, code, &pat);
193 return check_code(obj, code, &pat);
  /external/v8/src/arm/
deoptimizer-arm.cc 138 Code* check_code,
169 reinterpret_cast<uint32_t>(check_code->entry()));
176 Code* check_code,
195 reinterpret_cast<uint32_t>(check_code->entry());
  /external/v8/src/ia32/
deoptimizer-ia32.cc 225 Code* check_code,
228 ASSERT(check_code->entry() ==
257 Code* check_code,
270 check_code->entry());
code-stubs-ia32.cc     [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 216 Code* check_code,
219 ASSERT(check_code->entry() ==
249 Code* check_code,
262 check_code->entry());
code-stubs-x64.cc     [all...]

Completed in 236 milliseconds