/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 4459 // once an exit frame has been constructed. in CallRecordWriteStub() 4474 // This is the return address of the exit frame. in CallRecordWriteStub() 4926 FrameScope frame( in CallRecordWriteStub() 4948 FrameScope frame( in CallRecordWriteStub() 4981 // You can't call a function without a valid frame. in CallRecordWriteStub() 5022 // You can't call a function without a valid frame. in CallRecordWriteStub() 5045 // You can't call a function without a valid frame. in CallRecordWriteStub() 5289 // We don't care if we constructed a frame. Just pretend we did. in CallRecordWriteStub() 5302 // claim there is a stack frame, without generating one. in CallRecordWriteStub() 5371 // Set up the frame structur in CallRecordWriteStub() [all...] |
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.cc | 1428 // We create a stack frame with: in CallRecordWriteStub() 1448 // Drop the execution stack down to the frame pointer and restore in CallRecordWriteStub() 1449 // the caller frame pointer, return address and constant pool pointer. in CallRecordWriteStub() 1474 // on the stack that we need to wrap a real frame around.. so first in CallRecordWriteStub() 1477 // Then - we buy a new frame in CallRecordWriteStub() 1490 // Set up the frame structure on the stack. in CallRecordWriteStub() 1496 // This is an opportunity to build a frame to wrap in CallRecordWriteStub() 1510 // Save the frame pointer and the context in top. in CallRecordWriteStub() 1529 // Allocate and align the frame preparing for calling the runtime in CallRecordWriteStub() 1539 // Set the exit frame s in CallRecordWriteStub() [all...] |
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 3969 // once an exit frame has been constructed. in CallRecordWriteStub() 3980 // This is the return address of the exit frame. in CallRecordWriteStub() 4399 FrameScope frame( in CallRecordWriteStub() 4420 FrameScope frame( in CallRecordWriteStub() 4453 // You can't call a function without a valid frame. in CallRecordWriteStub() 4494 // You can't call a function without a valid frame. in CallRecordWriteStub() 4517 // You can't call a function without a valid frame. in CallRecordWriteStub() 4755 // We don't care if we constructed a frame. Just pretend we did. in CallRecordWriteStub() 4768 // claim there is a stack frame, without generating one. in CallRecordWriteStub() 4838 // Set up the frame structur in CallRecordWriteStub() [all...] |
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 3420 // once an exit frame has been constructed. in StoreReturnAddressAndCall() 3436 // This is the return address of the exit frame. in StoreReturnAddressAndCall() 3768 FrameScope frame( in InvokePrologue() 3794 FrameScope frame( in CheckDebugHook() 3827 // You can't call a function without a valid frame. in InvokeFunctionCode() 3866 // You can't call a function without a valid frame. in InvokeFunctionWithNewTarget() 3893 // You can't call a function without a valid frame. in InvokeFunction() 4268 // We don't care if we constructed a frame. Just pretend we did. in Abort() 4281 // claim there is a stack frame, without generating one. in Abort() 4357 // Set up the frame structur in EnterExitFrame() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 4231 // void* frame = coroutine_alloc_frame(llvm.coro.size.i32()); in promoteFunctionToCoroutine() 4232 // CoroutineHandle *handle = llvm.coro.begin(id, frame); in promoteFunctionToCoroutine() 4275 auto frame = jit->builder->CreateCall(allocFrame, { size }); in promoteFunctionToCoroutine() local 4276 jit->coroutine.handle = jit->builder->CreateCall(coro_begin, { jit->coroutine.id, frame }); in promoteFunctionToCoroutine()
|
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 5154 def handler(signum, frame): 5187 def handler(signum, frame):
|
H A D | test_subprocess.py | 1504 def handler(signum, frame):
|
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 12 #include "src/execution/frame-constants.h" 109 // Enter a construct frame. in Generate_JSBuiltinsConstructStubHelper() 134 // Restore context from the frame. in Generate_JSBuiltinsConstructStubHelper() 136 // Restore smi-tagged arguments count from the frame. in Generate_JSBuiltinsConstructStubHelper() 138 // Leave construct frame. in Generate_JSBuiltinsConstructStubHelper() 160 // Enter a construct frame. in Generate_JSConstructStubGeneric() 293 // Restore smi-tagged arguments count from the frame. in Generate_JSConstructStubGeneric() 295 // Leave construct frame. in Generate_JSConstructStubGeneric() 316 // Restore the context from the frame. in Generate_JSConstructStubGeneric() 322 // Restore the context from the frame in Generate_JSConstructStubGeneric() [all...] |
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 12 #include "src/execution/frame-constants.h" 108 // Enter a construct frame. in Generate_JSBuiltinsConstructStubHelper() 134 // Restore context from the frame. in Generate_JSBuiltinsConstructStubHelper() 136 // Restore smi-tagged arguments count from the frame. in Generate_JSBuiltinsConstructStubHelper() 138 // Leave construct frame. in Generate_JSBuiltinsConstructStubHelper() 160 // Enter a construct frame. in Generate_JSConstructStubGeneric() 293 // Restore smi-tagged arguments count from the frame. in Generate_JSConstructStubGeneric() 295 // Leave construct frame. in Generate_JSConstructStubGeneric() 315 // Restore the context from the frame. in Generate_JSConstructStubGeneric() 321 // Restore the context from the frame in Generate_JSConstructStubGeneric() [all...] |
/third_party/node/deps/v8/src/builtins/loong64/ |
H A D | builtins-loong64.cc | 12 #include "src/execution/frame-constants.h" 108 // Enter a construct frame. in Generate_JSBuiltinsConstructStubHelper() 134 // Restore context from the frame. in Generate_JSBuiltinsConstructStubHelper() 136 // Restore smi-tagged arguments count from the frame. in Generate_JSBuiltinsConstructStubHelper() 138 // Leave construct frame. in Generate_JSBuiltinsConstructStubHelper() 160 // Enter a construct frame. in Generate_JSConstructStubGeneric() 293 // Restore smi-tagged arguments count from the frame. in Generate_JSConstructStubGeneric() 295 // Leave construct frame. in Generate_JSConstructStubGeneric() 315 // Restore the context from the frame. in Generate_JSConstructStubGeneric() 321 // Restore the context from the frame in Generate_JSConstructStubGeneric() [all...] |
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 18 #include "src/execution/frame-constants.h" 122 // Enter a construct frame. in Generate_JSBuiltinsConstructStubHelper() 152 // Restore smi-tagged arguments count from the frame. in Generate_JSBuiltinsConstructStubHelper() 155 // Leave construct frame. in Generate_JSBuiltinsConstructStubHelper() 185 // Enter a construct frame. in Generate_JSConstructStubGeneric() 329 // Restore context from the frame. in Generate_JSConstructStubGeneric() 336 // Restore the context from the frame. in Generate_JSConstructStubGeneric() 370 // Set up frame. in Generate_JSEntryVariant() 374 // Push the stack frame type. in Generate_JSEntryVariant() 420 // Save copies of the top frame descripto in Generate_JSEntryVariant() [all...] |
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 15 #include "src/execution/frame-constants.h" 98 // Enter a construct frame. in Generate_JSBuiltinsConstructStubHelper() 183 // Restore the context from the frame. in Generate_JSBuiltinsConstructStubHelper() 185 // Restore smi-tagged arguments count from the frame. Use fp relative in Generate_JSBuiltinsConstructStubHelper() 189 // Leave construct frame. in Generate_JSBuiltinsConstructStubHelper() 220 // Enter a construct frame. in Generate_JSConstructStubGeneric() 376 // Restore smi-tagged arguments count from the frame. in Generate_JSConstructStubGeneric() 378 // Leave construct frame. in Generate_JSConstructStubGeneric() 399 // Restore the context from the frame. in Generate_JSConstructStubGeneric() 405 // Restore the context from the frame in Generate_JSConstructStubGeneric() [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-x86_64.pl | 23 # as well as avoiding L1 cache aliasing between stack frame and key 625 # allocate frame "above" key schedule 652 # pick Te4 copy which can't "overlap" with stack frame or key schedule 1246 # allocate frame "above" key schedule 1273 # pick Td4 copy which can't "overlap" with stack frame or key schedule 1720 # stack frame layout 1782 # allocate aligned stack frame... 2010 # allocate aligned stack frame... 2044 # pick Te4 copy which can't "overlap" with stack frame or key schedule 2648 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, [all...] |
H A D | bsaes-x86_64.pl | 3062 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, 3066 $frame="%rdx";
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86_64.pl | 2131 # for this tail, we wouldn't have to even allocate stack frame... 3927 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, 3931 $frame="%rdx";
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-x86_64.pl | 484 mov %rsp,%r9 # frame pointer 666 mov %rsp,%r9 # frame pointer 915 mov %rsp,%r9 # frame pointer 1448 mov %rsp,%r9 # frame pointer 1950 mov %rsp,%r9 # frame register 2512 mov %rsp,%r9 # frame pointer 2724 mov %rsp,%r9 # frame pointer 2965 mov %rsp,%r9 # frame register 3405 mov %rsp,%r9 # frame register 3782 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-x86_64.pl | 3646 add \$`32*(18-5)`, %rsp # difference in frame sizes 4325 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, 4329 $frame="%rdx";
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | x86_64-mont5.pl | 507 # Ensure that stack frame doesn't alias with $rptr+3*$num 511 # to align with bn_power5's frame, which is cleansed after 522 lea -320(%rbp,$num,2),%rbp # future alloca(frame+2*num*8+256) 528 lea -320(%rbp,$num,2),%rbp # future alloca(frame+2*num*8+256) 1137 # Ensure that stack frame doesn't alias with $rptr+3*$num 1150 lea -320(%rbp,$num,2),%rbp # future alloca(frame+2*num*8+256) 1156 lea -320(%rbp,$num,2),%rbp # future alloca(frame+2*num*8+256) 2143 # Ensure that stack frame doesn't alias with $rptr+3*$num 2147 # to align with bn_power5's frame, which is cleansed after 2158 lea -320(%rbp,$num,2),%rbp # future alloca(frame [all...] |
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86_64.pl | 2131 # for this tail, we wouldn't have to even allocate stack frame... 3927 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, 3931 $frame="%rdx";
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-x86_64.pl | 23 # as well as avoiding L1 cache aliasing between stack frame and key 625 # allocate frame "above" key schedule 652 # pick Te4 copy which can't "overlap" with stack frame or key schedule 1246 # allocate frame "above" key schedule 1273 # pick Td4 copy which can't "overlap" with stack frame or key schedule 1720 # stack frame layout 1782 # allocate aligned stack frame... 2010 # allocate aligned stack frame... 2044 # pick Te4 copy which can't "overlap" with stack frame or key schedule 2648 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, [all...] |
H A D | bsaes-x86_64.pl | 3062 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, 3066 $frame="%rdx";
|
/third_party/openssl/crypto/bn/asm/ |
H A D | x86_64-mont5.pl | 507 # Ensure that stack frame doesn't alias with $rptr+3*$num 511 # to align with bn_power5's frame, which is cleansed after 522 lea -320(%rbp,$num,2),%rbp # future alloca(frame+2*num*8+256) 528 lea -320(%rbp,$num,2),%rbp # future alloca(frame+2*num*8+256) 1137 # Ensure that stack frame doesn't alias with $rptr+3*$num 1150 lea -320(%rbp,$num,2),%rbp # future alloca(frame+2*num*8+256) 1156 lea -320(%rbp,$num,2),%rbp # future alloca(frame+2*num*8+256) 2143 # Ensure that stack frame doesn't alias with $rptr+3*$num 2147 # to align with bn_power5's frame, which is cleansed after 2158 lea -320(%rbp,$num,2),%rbp # future alloca(frame [all...] |
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-x86_64.pl | 484 mov %rsp,%r9 # frame pointer 666 mov %rsp,%r9 # frame pointer 915 mov %rsp,%r9 # frame pointer 1448 mov %rsp,%r9 # frame pointer 1950 mov %rsp,%r9 # frame register 2512 mov %rsp,%r9 # frame pointer 2724 mov %rsp,%r9 # frame pointer 2965 mov %rsp,%r9 # frame register 3405 mov %rsp,%r9 # frame register 3782 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, [all...] |
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-x86_64.pl | 3646 add \$`32*(18-5)`, %rsp # difference in frame sizes 4325 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, 4329 $frame="%rdx";
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 1797 /* stype=<val> ok=<0/1> buf=<frame hexdump> */ in hostapd_ctrl_iface_mgmt_tx_status_process() 1858 /* freq=<MHz> datarate=<val> ssi_signal=<val> frame=<frame hexdump> */ in hostapd_ctrl_iface_mgmt_rx_process() 1881 param = os_strstr(pos, " frame="); in hostapd_ctrl_iface_mgmt_rx_process() 1902 event.rx_mgmt.frame = buf; in hostapd_ctrl_iface_mgmt_rx_process() 2221 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "test data: TX frame res=%d", res); in hostapd_ctrl_iface_data_test_frame() 2483 * preventing encryption of a single EAPOL frame. */ in restore_tk()
|