Searched refs:VerifyX87StackDepth (Results 1 – 3 of 3) sorted by relevance
826 void VerifyX87StackDepth(uint32_t depth);
354 __ VerifyX87StackDepth(x87_stack_.depth()); in GenerateBodyInstructionPost() local657 if (FLAG_debug_code && FLAG_enable_slow_asserts) __ VerifyX87StackDepth(0); in FlushIfNecessary() local683 __ VerifyX87StackDepth(x87_stack_.depth()); in EmitFlushX87ForDeopt() local
2516 void MacroAssembler::VerifyX87StackDepth(uint32_t depth) { in VerifyX87StackDepth() function in v8::internal::MacroAssembler