Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dstacks.h61 JumpBuffer* jmpbuf() { return &jmpbuf_; } in jmpbuf() function in v8::internal::wasm::StackMemory
H A Dwasm-objects.cc1773 wasm::JumpBuffer* jmpbuf = stack->jmpbuf(); in New() local
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dreadpng2.h93 jmp_buf jmpbuf; member
H A Dwritepng.h114 jmp_buf jmpbuf; member
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dshmat1.c93 sigjmp_buf jmpbuf; /* argument to setjmp and longjmp */ variable
H A Dmmap1.c47 static jmp_buf jmpbuf; variable
/third_party/node/deps/v8/src/execution/
H A Dframes.cc2239 void StackSwitchFrame::GetStateForJumpBuffer(wasm::JumpBuffer* jmpbuf, in GetStateForJumpBuffer() argument
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c862 jmp_buf jmpbuf; /* Set while reading a PNG */ member
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc2937 void FillJumpBuffer(MacroAssembler* masm, Register jmpbuf, Label* pc) { in FillJumpBuffer() argument
2947 void LoadJumpBuffer(MacroAssembler* masm, Register jmpbuf, bool load_pc) { in LoadJumpBuffer() argument
2962 Register jmpbuf in SaveState() local
3019 Register jmpbuf = foreign_jmpbuf; ReloadParentContinuation() local
3998 Register jmpbuf = rdx; Generate_WasmSuspend() local
[all...]

Completed in 22 milliseconds