Searched defs:allocation_entry (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc3741 Label* allocation_entry) {
3750 // to the allocation_entry label.
3777 __ Bind(allocation_entry);
3813 allocation_entry());
3816 Label* allocation_entry() { return &allocation; } function in class:v8::internal::DeferredMathAbsTagged
3849 __ B(deferred->allocation_entry());
3739 DoDeferredMathAbsTagged(LMathAbsTagged* instr, Label* exit, Label* allocation_entry) argument

Completed in 339 milliseconds