mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
ObjectPool is also used on IA32 for deopt.
R=fschneider@google.com Review URL: https://codereview.chromium.org/1764283002 .
This commit is contained in:
parent
32abe2ce55
commit
10f5ae69e8
1 changed files with 1 additions and 3 deletions
|
@ -205,14 +205,12 @@ void Disassembler::DisassembleCode(const Function& function, bool optimized) {
|
|||
code.GetPointerOffsetAt(i), addr, obj.ToCString());
|
||||
}
|
||||
THR_Print("}\n");
|
||||
|
||||
ASSERT(ObjectPool::Handle(code.GetObjectPool()).Length() == 0);
|
||||
#else
|
||||
ASSERT(code.pointer_offsets_length() == 0);
|
||||
#endif
|
||||
|
||||
const ObjectPool& object_pool = ObjectPool::Handle(code.GetObjectPool());
|
||||
object_pool.DebugPrint();
|
||||
#endif
|
||||
|
||||
THR_Print("PC Descriptors for function '%s' {\n", function_fullname);
|
||||
PcDescriptors::PrintHeaderString();
|
||||
|
|
Loading…
Reference in a new issue