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

  /art/compiler/
oat_test.cc 51 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U);
57 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), compiled_method->GetFrameSizeInBytes());
71 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U);
compiled_method.h 158 size_t GetFrameSizeInBytes() const {
common_compiler_test.cc 180 compiled_method->GetFrameSizeInBytes(),
oat_writer.cc 396 uint32_t frame_size_in_bytes = compiled_method->GetFrameSizeInBytes();
    [all...]
  /art/runtime/mirror/
art_method.h 389 uint32_t GetFrameSizeInBytes() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
402 return GetReturnPcOffsetInBytes(GetFrameSizeInBytes());
407 DCHECK_EQ(frame_size_in_bytes, GetFrameSizeInBytes());
413 DCHECK_LT(handle_scope_offset, GetFrameSizeInBytes());
  /art/runtime/
oat_file-inl.h 57 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const {
oat_file.h 134 size_t GetFrameSizeInBytes() const;
stack.cc 506 size_t frame_size = method->GetFrameSizeInBytes();
549 size_t frame_size = method->GetFrameSizeInBytes();
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 209 CHECK_EQ(kQuickCalleeSaveFrame_RefAndArgs_FrameSize, sp->AsMirrorPtr()->GetFrameSizeInBytes());
620 DCHECK_EQ(proxy_method->GetFrameSizeInBytes(),
621 Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs)->GetFrameSizeInBytes())
    [all...]
  /art/oatdump/
oatdump.cc 575 *indent2_os << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes());
714 oat_method.GetFrameSizeInBytes(), reg,
    [all...]

Completed in 1410 milliseconds