Home
last modified time | relevance | path

Searched refs:val_ (Results 26 - 32 of 32) sorted by relevance

12

/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc906 self->val_ = isolate->global_handles()->Create(*obj); in make()
916 i::Isolate* isolate() const { return val_->GetIsolate(); } in isolate()
918 i::Handle<JSType> v8_object() const { return i::Handle<JSType>::cast(val_); } in v8_object()
930 return reinterpret_cast<i::Address*>(val_.address()); in location()
933 i::Handle<i::JSReceiver> val_; member in wasm::RefImpl
3090 auto val_ = borrow_val(val); in wasm_global_new() local
3091 return release_global(wasm::Global::make(store, type, val_.it)); in wasm_global_new()
3103 auto val_ = borrow_val(val); in wasm_global_set() local
3104 global->set(val_.it); in wasm_global_set()
/third_party/node/deps/v8/include/
H A Dv8-function-callback.h276 *value_ = *reinterpret_cast<internal::Address*>(handle.val_); in Set()
/third_party/node/deps/v8/src/api/
H A Dapi.h277 reinterpret_cast<v8::internal::Address*>(persistent.val_)); in OpenPersistent()
H A Dapi.cc5086 auto self = Utils::OpenHandle(object.val_); in CreationContext()
10357 reinterpret_cast<i::Address*>(ref.val_)); in RegisterEmbedderReference()
10389 if (!val_) return; in CheckValue()
10391 CHECK_NE(internal::kGlobalHandleZapValue, *reinterpret_cast<uint64_t*>(val_)); in CheckValue()
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c71 #define clip(val_, min_, max_) min((max_), max((min_), (val_)))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp97 #define ENABLED(val_, mask_) (((val_)&(mask_))==(mask_))
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp96 #define ENABLED(val_, mask_) (((val_)&(mask_))==(mask_))

Completed in 37 milliseconds

12