Home
last modified time | relevance | path

Searched refs:VerifyX87StackDepth (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/x87/
Dmacro-assembler-x87.h826 void VerifyX87StackDepth(uint32_t depth);
Dlithium-codegen-x87.cc354 __ VerifyX87StackDepth(x87_stack_.depth()); in GenerateBodyInstructionPost() local
657 if (FLAG_debug_code && FLAG_enable_slow_asserts) __ VerifyX87StackDepth(0); in FlushIfNecessary() local
683 __ VerifyX87StackDepth(x87_stack_.depth()); in EmitFlushX87ForDeopt() local
Dmacro-assembler-x87.cc2516 void MacroAssembler::VerifyX87StackDepth(uint32_t depth) { in VerifyX87StackDepth() function in v8::internal::MacroAssembler