HomeSort by relevance Sort by last modified time
    Searched full:frame_size_in_bytes (Results 1 - 10 of 10) sorted by null

  /art/compiler/
compiled_method.cc 122 const size_t frame_size_in_bytes,
128 : CompiledCode(&driver, instruction_set, code), frame_size_in_bytes_(frame_size_in_bytes),
138 const size_t frame_size_in_bytes,
142 frame_size_in_bytes_(frame_size_in_bytes),
compiled_method.h 105 const size_t frame_size_in_bytes,
116 const size_t frame_size_in_bytes,
oat_writer.cc 282 uint32_t frame_size_in_bytes = kStackAlignment; local
321 frame_size_in_bytes = compiled_method->GetFrameSizeInBytes();
391 frame_size_in_bytes,
406 method->SetFrameSizeInBytes(frame_size_in_bytes);
    [all...]
  /art/runtime/
oat.h 112 uint32_t frame_size_in_bytes,
oat.cc 287 uint32_t frame_size_in_bytes,
295 frame_size_in_bytes_(frame_size_in_bytes),
oat_file.h 115 const size_t frame_size_in_bytes,
oat_file.cc 422 const size_t frame_size_in_bytes,
430 frame_size_in_bytes_(frame_size_in_bytes),
common_test.h 169 const size_t frame_size_in_bytes,
177 frame_size_in_bytes,
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 723 size_t frame_size_in_bytes = local
728 (struct XRayTraceFrameEntry *)XRayMalloc(frame_size_in_bytes);
  /art/oatdump/
oatdump.cc 332 indent2_os << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes());
    [all...]

Completed in 1067 milliseconds