Home
last modified time | relevance | path

Searched defs:type_value (Results 1 – 9 of 9) sorted by relevance

/third_party/node/src/
Dpipe_wrap.cc60 Local<Value> type_value = Int32::New(env->isolate(), type); in Instantiate() local
130 int type_value = args[0].As<Int32>()->Value(); in New() local
Dtcp_wrap.cc66 Local<Value> type_value = Int32::New(env->isolate(), type); in Instantiate() local
158 int type_value = args[0].As<Int32>()->Value(); in New() local
/third_party/node/deps/v8/src/wasm/
Dwasm-module.cc259 Handle<String> type_value = ToValueTypeString(isolate, type); in GetTypeForFunction() local
279 Handle<String> type_value = ToValueTypeString(isolate, type); in GetTypeForFunction() local
385 Handle<JSObject> type_value; in GetImports() local
483 Handle<JSObject> type_value; in GetExports() local
/third_party/spirv-tools/source/
Dtext_handler.cpp350 auto type_value = value_types_.find(value); in getTypeOfValueInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.cpp354 auto type_value = value_types_.find(value); in getTypeOfValueInstruction() local
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.cpp354 auto type_value = value_types_.find(value); in getTypeOfValueInstruction() local
/third_party/elfio/elfio/
Delfio_dump.hpp1022 std::vector<note_tag_t::note_values_t>::const_iterator type_value; in note() local
/third_party/vixl/src/aarch32/
Ddisasm-aarch32.cc94 DataTypeValue Dt_L_imm6_1_Decode(uint32_t value, uint32_t type_value) { in Dt_L_imm6_1_Decode()
127 DataTypeValue Dt_L_imm6_2_Decode(uint32_t value, uint32_t type_value) { in Dt_L_imm6_2_Decode()
166 DataTypeValue Dt_imm6_1_Decode(uint32_t value, uint32_t type_value) { in Dt_imm6_1_Decode()
192 DataTypeValue Dt_imm6_2_Decode(uint32_t value, uint32_t type_value) { in Dt_imm6_2_Decode()
214 DataTypeValue Dt_imm6_4_Decode(uint32_t value, uint32_t type_value) { in Dt_imm6_4_Decode()
701 DataTypeValue Dt_size_9_Decode(uint32_t value, uint32_t type_value) { in Dt_size_9_Decode()
733 DataTypeValue Dt_size_11_Decode(uint32_t value, uint32_t type_value) { in Dt_size_11_Decode()
755 DataTypeValue Dt_size_12_Decode(uint32_t value, uint32_t type_value) { in Dt_size_12_Decode()
/third_party/mesa3d/src/compiler/nir/
Dnir.h155 type_field, type_value) \ argument