Searched defs:values_array (Results 1 – 4 of 4) sorted by relevance
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| D | ecma-builtin-promise.c | 280 ecma_value_t values_array = ecma_op_object_get (function_p, str_value_p); in ecma_builtin_promise_all_handler() local 333 ecma_value_t values_array = ecma_make_object_value (values_array_obj_p); in ecma_builtin_promise_perform_all() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-layout-gpos-table.hh | 887 const hb_array_t<const Value> values_array = values.as_array (valueCount * sub_length); in collect_variation_indices() local 954 auto values_array = values.as_array (valueCount * sub_length); in subset() local 1122 const hb_array_t<const Value> values_array = values.as_array (record1_len + record2_len); in collect_variation_indices() local 1520 …const hb_array_t<const Value> values_array = values.as_array ((unsigned)class1Count * (unsigned) c… in collect_variation_indices() local
|
| /third_party/node/deps/v8/src/wasm/baseline/ |
| D | liftoff-compiler.cc | 4162 void Store32BitExceptionValue(Register values_array, int* index_in_array, in Store32BitExceptionValue() 4184 void Store64BitExceptionValue(Register values_array, int* index_in_array, in Store64BitExceptionValue() 4201 LiftoffRegister values_array, uint32_t* index, in Load16BitExceptionValue() 4209 void Load32BitExceptionValue(Register dst, LiftoffRegister values_array, in Load32BitExceptionValue() 4219 LiftoffRegister values_array, uint32_t* index, in Load64BitExceptionValue() 4240 void StoreExceptionValue(ValueType type, Register values_array, in StoreExceptionValue() 4296 void LoadExceptionValue(ValueKind kind, LiftoffRegister values_array, in LoadExceptionValue() 4359 LiftoffRegister values_array = GetExceptionProperty( in GetExceptionValues() local 4422 LiftoffRegister values_array{kReturnRegister0}; in Throw() local
|
| /third_party/node/deps/v8/src/compiler/ |
| D | wasm-compiler.cc | 2491 Node* values_array = gasm_->CallRuntimeStub( in Throw() local 2557 void WasmGraphBuilder::BuildEncodeException32BitValue(Node* values_array, in BuildEncodeException32BitValue() 2570 Node* WasmGraphBuilder::BuildDecodeException32BitValue(Node* values_array, in BuildDecodeException32BitValue() 2583 Node* WasmGraphBuilder::BuildDecodeException64BitValue(Node* values_array, in BuildDecodeException64BitValue() 2624 Node* values_array = gasm_->CallBuiltin( in GetExceptionValues() local
|