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

  /art/runtime/
oat_file-inl.h 50 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const {
oat_quick_method_header.h 158 uint32_t GetFrameSizeInBytes() const {
oat_file.h 137 size_t GetFrameSizeInBytes() const;
  /art/compiler/
oat_test.cc 74 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U);
80 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), compiled_method->GetFrameSizeInBytes());
    [all...]
common_compiler_test.cc 69 compiled_method->GetFrameSizeInBytes(),
compiled_method.h 418 size_t GetFrameSizeInBytes() const {
oat_writer.cc 841 uint32_t frame_size_in_bytes = compiled_method->GetFrameSizeInBytes();
    [all...]
  /art/runtime/jit/
jit.cc 480 frame_size = osr_method->GetFrameSizeInBytes();
  /art/compiler/optimizing/
optimizing_compiler.cc     [all...]
  /art/oatdump/
oatdump.cc 282 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes();
    [all...]

Completed in 302 milliseconds