Searched refs:raw_instance (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-external-refs.cc | 482 Object raw_instance = ReadAndIncrementOffset<Object>(data, &offset); in memory_init_wrapper() local 483 WasmInstanceObject instance = WasmInstanceObject::cast(raw_instance); in memory_init_wrapper() 505 Object raw_instance = ReadAndIncrementOffset<Object>(data, &offset); in memory_copy_wrapper() local 506 WasmInstanceObject instance = WasmInstanceObject::cast(raw_instance); in memory_copy_wrapper() 526 Object raw_instance = ReadAndIncrementOffset<Object>(data, &offset); in memory_fill_wrapper() local 527 WasmInstanceObject instance = WasmInstanceObject::cast(raw_instance); in memory_fill_wrapper() 548 void array_copy_wrapper(Address raw_instance, Address raw_dst_array, in array_copy_wrapper() argument 564 WasmInstanceObject::cast(Object(raw_instance)); in array_copy_wrapper()
|
H A D | wasm-external-refs.h | 115 void array_copy_wrapper(Address raw_instance, Address raw_dst_array,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 454 vk::VkInstance raw_instance = DE_NULL; in createUncheckedInstance() local 455 vk::VkResult result = vkp.createInstance(&createInfo, pAllocator, &raw_instance); in createUncheckedInstance() 458 *instance = UncheckedInstance(context, raw_instance, pAllocator, recorder); in createUncheckedInstance() 460 *instance = UncheckedInstance(context, raw_instance, pAllocator); in createUncheckedInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 455 vk::VkInstance raw_instance = DE_NULL; in createUncheckedInstance() local 456 vk::VkResult result = vkp.createInstance(&createInfo, pAllocator, &raw_instance); in createUncheckedInstance() 459 *instance = UncheckedInstance(context, raw_instance, pAllocator, recorder); in createUncheckedInstance() 461 *instance = UncheckedInstance(context, raw_instance, pAllocator); in createUncheckedInstance()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-wasm.cc | 109 // 'raw_instance' can be either a WasmInstanceObject or undefined. in RUNTIME_FUNCTION() 110 Handle<Object> raw_instance = args.at(0); in RUNTIME_FUNCTION() local 117 raw_instance->IsWasmInstanceObject() in RUNTIME_FUNCTION() 118 ? Handle<WasmInstanceObject>::cast(raw_instance)->module() in RUNTIME_FUNCTION()
|
Completed in 6 milliseconds