Searched refs:external_size (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
H A D | memory-measurement.cc | 403 size_t external_size = 0; in IncrementExternalSize() local 405 external_size = JSArrayBuffer::cast(object).GetByteLength(); in IncrementExternalSize() 408 external_size = ExternalString::cast(object).ExternalPayloadSize(); in IncrementExternalSize() 410 size_by_context_[context] += external_size; in IncrementExternalSize()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | gen_uniform_type_table.py | 104 type_info_data_template = """{{{type}, {component_type}, {texture_type}, {transposed_type}, {bool_type}, {sampler_format}, {rows}, {columns}, {components}, {component_size}, {internal_size}, {external_size}, {is_sampler}, {is_matrix}, {is_image} }}""" 240 external_size=get_external_size(uniform_type),
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.cc | 1774 size_t external_size = stack->owned_size(); in New() local 1776 isolate, external_size, std::move(stack)); in New()
|
Completed in 6 milliseconds