Home
last modified time | relevance | path

Searched refs:allocation_entry (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.h129 Label* allocation_entry);
Dlithium-codegen-arm64.cc3741 Label* allocation_entry) { in DoDeferredMathAbsTagged() argument
3777 __ Bind(allocation_entry); in DoDeferredMathAbsTagged()
3813 allocation_entry()); in DoMathAbsTagged()
3816 Label* allocation_entry() { return &allocation; } in DoMathAbsTagged() function in v8::internal::LCodeGen::DoMathAbsTagged::DeferredMathAbsTagged
3849 __ B(deferred->allocation_entry()); in DoMathAbsTagged()