Searched refs:WasmContinuationObject (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.h | 1003 class WasmContinuationObject class 1004 : public TorqueGeneratedWasmContinuationObject<WasmContinuationObject, 1007 static Handle<WasmContinuationObject> New( 1009 static Handle<WasmContinuationObject> New( 1010 Isolate* isolate, Handle<WasmContinuationObject> parent); 1012 DECL_PRINTER(WasmContinuationObject) 1017 static Handle<WasmContinuationObject> New( 1021 TQ_OBJECT_CONSTRUCTORS(WasmContinuationObject)
|
H A D | wasm-objects.cc | 1767 Handle<WasmContinuationObject> WasmContinuationObject::New( in New() 1779 Handle<WasmContinuationObject> result = Handle<WasmContinuationObject>::cast( in New() 1788 Handle<WasmContinuationObject> WasmContinuationObject::New( in New() 1795 Handle<WasmContinuationObject> WasmContinuationObject::New( in New() 1796 Isolate* isolate, Handle<WasmContinuationObject> parent) { in New()
|
H A D | wasm-objects-inl.h | 56 TQ_OBJECT_CONSTRUCTORS_IMPL(WasmContinuationObject)
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-wasm.cc | 730 auto continuation = WasmContinuationObject::cast( in SyncStackLimit() 750 handle(WasmContinuationObject::cast( in RUNTIME_FUNCTION() 753 Handle<WasmContinuationObject> target = in RUNTIME_FUNCTION() 754 WasmContinuationObject::New(isolate, parent); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 2961 FieldOperand(active_continuation, WasmContinuationObject::kJmpbufOffset)); in SaveState() 2994 FieldOperand(target_continuation, WasmContinuationObject::kJmpbufOffset)); in LoadTargetJumpBuffer() 3018 FieldOperand(active_continuation, WasmContinuationObject::kJmpbufOffset)); in ReloadParentContinuation() 3028 FieldOperand(active_continuation, WasmContinuationObject::kParentOffset)); in ReloadParentContinuation() 3035 FieldOperand(parent, WasmContinuationObject::kJmpbufOffset)); in ReloadParentContinuation() 4001 FieldOperand(continuation, WasmContinuationObject::kJmpbufOffset)); in Generate_WasmSuspend() 4038 caller, FieldOperand(caller, WasmContinuationObject::kParentOffset)); in Generate_WasmSuspend() 4061 jmpbuf, FieldOperand(caller, WasmContinuationObject::kJmpbufOffset)); in Generate_WasmSuspend() 4134 FieldOperand(active_continuation, WasmContinuationObject::kJmpbufOffset)); in Generate_WasmResume() 4154 FieldOperand(target_continuation, WasmContinuationObject in Generate_WasmResume() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | objects-definitions.h | 169 IF_WASM(V, _, WASM_CONTINUATION_OBJECT_TYPE, WasmContinuationObject, \
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 4215 Handle<WasmContinuationObject> continuation = in ThrowInternal() 4216 WasmContinuationObject::New(this, std::move(stack)); in ThrowInternal()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 1905 void WasmContinuationObject::WasmContinuationObjectPrint(std::ostream& os) { in WasmContinuationObjectPrint() 1906 PrintHeader(os, "WasmContinuationObject"); in WasmContinuationObjectPrint()
|
Completed in 38 milliseconds