Home
last modified time | relevance | path

Searched refs:PRIMITIVE_ACCESSORS (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h70 #define PRIMITIVE_ACCESSORS(holder, name, type, offset) \ macro
187 PRIMITIVE_ACCESSORS(WasmInstanceObject, memory_size, size_t, kMemorySizeOffset)
188 PRIMITIVE_ACCESSORS(WasmInstanceObject, isolate_root, Address,
190 PRIMITIVE_ACCESSORS(WasmInstanceObject, stack_limit_address, Address,
192 PRIMITIVE_ACCESSORS(WasmInstanceObject, real_stack_limit_address, Address,
194 PRIMITIVE_ACCESSORS(WasmInstanceObject, new_allocation_limit_address, Address*,
196 PRIMITIVE_ACCESSORS(WasmInstanceObject, new_allocation_top_address, Address*,
198 PRIMITIVE_ACCESSORS(WasmInstanceObject, old_allocation_limit_address, Address*,
200 PRIMITIVE_ACCESSORS(WasmInstanceObject, old_allocation_top_address, Address*,
202 PRIMITIVE_ACCESSORS(WasmInstanceObjec
323 #undef PRIMITIVE_ACCESSORS global() macro
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc292 #define PRIMITIVE_ACCESSORS(UPPERCASE, LOWERCASE, CAMELCASE) \ macro
356 PRIMITIVE_ACCESSORS(INT32, int32, Int32)
357 PRIMITIVE_ACCESSORS(INT64, int64, Int64)
358 PRIMITIVE_ACCESSORS(UINT32, uint32, UInt32)
359 PRIMITIVE_ACCESSORS(UINT64, uint64, UInt64)
360 PRIMITIVE_ACCESSORS(FLOAT, float, Float)
361 PRIMITIVE_ACCESSORS(DOUBLE, double, Double)
362 PRIMITIVE_ACCESSORS(BOOL, bool, Bool)
364 #undef PRIMITIVE_ACCESSORS macro

Completed in 5 milliseconds