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

/external/chromium_org/third_party/WebKit/Source/platform/heap/asm/
H A DSaveRegisters_arm64.S34 * extern "C" void pushAllRegisters(SafePointBarrier*, ThreadState*, PushAllRegistersCallback)
37 .type pushAllRegisters, %function
38 .global pushAllRegisters
39 .hidden pushAllRegisters
40 pushAllRegisters: label
H A DSaveRegisters_mips.S34 * extern "C" void pushAllRegisters(SafePointBarrier*, ThreadState*, PushAllRegistersCallback)
37 .type pushAllRegisters, %function
38 .global pushAllRegisters
39 .hidden pushAllRegisters
40 pushAllRegisters: label
H A DSaveRegisters_mips64.S7 * extern "C" void pushAllRegisters(SafePointBarrier*, ThreadState*, PushAllRegistersCallback)
10 .type pushAllRegisters, %function
11 .global pushAllRegisters
12 .hidden pushAllRegisters
13 pushAllRegisters: label
H A DSaveRegisters_arm.S34 * extern "C" void pushAllRegisters(SafePointBarrier*, ThreadState*, PushAllRegistersCallback)
37 .type pushAllRegisters, %function
38 .global pushAllRegisters
39 .hidden pushAllRegisters
49 pushAllRegisters: label
62 pushAllRegisters: label

Completed in 241 milliseconds