| /third_party/node/deps/v8/src/execution/ |
| H A D | isolate.h | 1211 Deoptimizer* result = current_deoptimizer_; in GetAndClearCurrentDeoptimizer() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | mark-compact.cc | 3092 RecordRelocSlotInfo result; in ProcessRelocInfo() local 3273 SlotCallbackResult result = in UpdateStrongCodeSlot() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | objects.cc | 161 bool ComparisonResultToBool(Operation op, ComparisonResult result) { in ComparisonResultToBool() argument 283 Handle<JSObject> result = isolate->factory()->NewJSObject(constructor); ToObjectImpl() local 486 Handle<String> result; NoSideEffectsToMaybeString() local 697 Reverse(ComparisonResult result) Reverse() argument 729 ComparisonResult result; Compare() local 952 Maybe<bool> result = JSReceiver::HasInPrototypeChain( OrdinaryHasInstance() local 977 Handle<Object> result; InstanceOf() local 993 Handle<Object> result; InstanceOf() local 1155 MaybeHandle<Object> result = GetProperty() local 1163 Handle<Object> result; GetProperty() local 1218 MaybeHandle<Object> result = Object::GetProperty(&it); GetProperty() local 1229 MaybeHandle<Object> result = GetProperty() local 1437 Handle<Object> result = args.CallAccessorGetter(info, name); GetPropertyWithAccessor() local 1550 Handle<Object> result = args.CallAccessorSetter(info, name, value); SetPropertyWithAccessor() local 2513 Maybe<bool> result = SetPropertyInternal() local 2631 Maybe<bool> result = SetProperty() local 2649 Maybe<bool> result = SetSuperProperty() local 3169 MaybeHandle<Object> result = SetProperty() local 3467 bool result = actual_new_len == new_len; ArraySetLength() local 3639 Handle<SwissNameDictionary> result = SetPrivateSymbol() local 3644 Handle<NameDictionary> result = SetPrivateSymbol() local 4094 Handle<FixedArray> result = isolate->factory()->NewFixedArray(length); Elements() local 4397 Handle<RegExpMatchInfo> result = Handle<RegExpMatchInfo>::cast( ReserveCaptures() local 6217 int result = 0; NumberOfEnumerableProperties() local [all...] |
| H A D | js-temporal-objects.cc | 1001 DateTimeRecordCommon result; in GetISOPartsFromEpoch() local 1132 DateTimeRecordCommon result = maybe_result.FromJust(); BuiltinTimeZoneGetPlainDateTimeFor() local 1462 Handle<JSObject> result = PrepareTemporalFieldsOrPartial() local 1582 Handle<Object> result; FromFields() local 1880 DateRecord result = maybe_result.FromJust(); ToTemporalDate() local 1950 TimeRecord result; ToTemporalTime() local 2119 Handle<String> result; ToTemporalTimeZone() local 2285 DateTimeRecord result; ParseISODateTime() local 2395 DateTimeRecord result = maybe_result.FromJust(); ParseTemporalDateString() local 2431 DateTimeRecord result = maybe_result.FromJust(); ParseTemporalTimeString() local 2462 DateTimeRecord result = maybe_result.FromJust(); ParseTemporalInstantString() local 2512 InstantRecord result = maybe_result.FromJust(); ParseTemporalInstant() local 2676 TimeZoneRecord result = maybe_result.FromJust(); ParseTemporalTimeZone() local 3090 Handle<Object> result; InvokeCalendarMethod() local 3144 Handle<Object> result; CalendarMonthCode() local 3165 Handle<Object> result; CalendarEraYear() local 3185 Handle<Object> result; CalendarEra() local 3327 TimeRecord result; ToTemporalTimeRecord() local 4108 DurationRecord result; DifferenceISODateTime() local 4240 Handle<BigInt> result; AddInstant() local 4339 Handle<BigInt> result; GetEpochFromISOParts() local [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | preparser.h | 696 PreParserExpression result = PreParserExpression::Default(); in NewEmptyParentheses() local 1505 PreParserIdentifier result = PreParserIdentifier::Default(); in EmptyIdentifierString() local
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | implementation-visitor.cc | 62 const Type* result; in Visit() local 359 const Type* result = Visit(*macro->body()); in InlineMacro() local 966 VisitResult result in Visit() local 1034 VisitResult result = Visit(e); Visit() local 1110 const Type* result = Visit(stmt->if_true); Visit() local 1119 const Type* result = Visit(*stmt->if_false); Visit() local 1199 std::string result; FormatAssertSource() local 1397 InitializerResults result; VisitInitializerResults() local 2016 Callable* result = nullptr; LookupCallable() local 2683 std::pair<std::string, std::string> result; GetClassInstanceTypeRange() local 2864 std::stringstream result; GenerateCall() local 3054 std::stringstream result; GenerateCall() local 3239 VisitResult result = GenerateFetchFromLocation(target); Visit() local 3340 std::vector<Binding<LocalLabel>*> result; LabelsFromIdentifiers() local 4039 std::vector<Field> result; GetOrderedUniqueIndexFields() local 5412 CollectAllFields(const std::string& path, const Field& field, std::vector<std::string>& result) CollectAllFields() argument [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/x64/ |
| H A D | liftoff-assembler-x64.h | 556 AtomicAdd(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAdd() argument 598 AtomicSub(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicSub() argument 652 AtomicBinop(LiftoffAssembler* lasm, void (Assembler::*opl)(Register, Register), void (Assembler::*opq)(Register, Register), Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicBinop() argument 728 AtomicAnd(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAnd() argument 735 AtomicOr(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicOr() argument 742 AtomicXor(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicXor() argument 749 AtomicExchange(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicExchange() argument 791 AtomicCompareExchange( Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister expected, LiftoffRegister new_value, LiftoffRegister result, StoreType type) AtomicCompareExchange() argument [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
| H A D | liftoff-assembler-riscv64.h | 656 AtomicBinop(LiftoffAssembler* lasm, Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type, Binop op) AtomicBinop() argument 824 AtomicAdd(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAdd() argument 831 AtomicSub(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicSub() argument 838 AtomicAnd(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAnd() argument 845 AtomicOr(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicOr() argument 852 AtomicXor(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicXor() argument 859 AtomicExchange(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicExchange() argument 904 AtomicCompareExchange( Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister expected, LiftoffRegister new_value, LiftoffRegister result, StoreType type) AtomicCompareExchange() argument [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/mips64/ |
| H A D | liftoff-assembler-mips64.h | 814 AtomicExchange(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicExchange() argument 890 AtomicCompareExchange( Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister expected, LiftoffRegister new_value, LiftoffRegister result, StoreType type) AtomicCompareExchange() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 3821 ASSERTED bool result = pipe->generate_mipmap(pipe, p->res, p->format, in tc_call_generate_mipmap() local 902 tc_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, bool wait, union pipe_query_result *result) tc_get_query_result() argument
|
| /third_party/musl/ldso/linux/ |
| H A D | dynlink.c | 994 bool result = false; in get_vna_hash() local 2572 size_t result = 0; in sleb128_decoder() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | curve25519.c | 57 uint64_t result; in load_8() local 283 uint64_t result; load_7() local 298 uint64_t result; load_6() local 781 uint64_t result; load_3() local 791 uint64_t result; load_4() local [all...] |
| /third_party/node/deps/simdutf/ |
| H A D | simdutf.cpp | 3563 __vector unsigned long long result; to_bitmask() local 5698 simdutf_really_inline result::result() : error{error_code::SUCCESS}, count{0} {} result() function in simdutf::result 5700 simdutf_really_inline result::result(error_code _err, size_t _pos) : error{_err}, count{_pos} {} result() function in simdutf::result [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-comparison.cc | 4190 size_t result = 0; get_deleted_non_static_data_members_number() local 4209 size_t result = 0; get_inserted_non_static_data_members_number() local [all...] |
| H A D | abg-dwarf-reader.cc | 766 char result = 0; in get_elf_class_size_in_bytes() local 808 Elf64_Xword result = 0; in bloom_word_at() local 1705 ContainerType *result = 0; get_container() local 2410 const Dwarf *result = 0; dwarf_per_die_source() local 2987 decl_base_sptr result = lookup_decl_from_die_offset() local 3719 type_base_sptr result; lookup_type_from_die_offset() local 5512 bool result = false; get_pairs_that_depend_on() local 5920 Dwarf_Word result = 0; die_unsigned_constant_attribute() local 5950 Dwarf_Sword result = 0; die_signed_constant_attribute() local 6146 die_die_attribute(const Dwarf_Die* die, unsigned attr_name, Dwarf_Die& result, bool recursively) die_die_attribute() argument 6172 die_address_attribute(Dwarf_Die* die, unsigned attr_name, Dwarf_Addr& result) die_address_attribute() argument 6498 bool result = false; is_type_tag() local 6553 bool result = false; is_canon_type_to_be_propagated_tag() local 6612 maybe_cache_type_comparison_result(const reader& rdr, int tag, const offset_pair_type& p, comparison_result result) maybe_cache_type_comparison_result() argument 6642 get_cached_type_comparison_result(const reader& rdr, const offset_pair_type& p, comparison_result& result) get_cached_type_comparison_result() argument 6670 maybe_get_cached_type_comparison_result(const reader& rdr, int tag, const offset_pair_type& p, comparison_result& result) maybe_get_cached_type_comparison_result() argument 6694 bool result = false; is_type_die_to_be_canonicalized() local 7446 compare_dies_string_attribute_value(const Dwarf_Die *l, const Dwarf_Die *r, unsigned attr_name, bool &result) compare_dies_string_attribute_value() argument 7513 compare_dies_cu_decl_file(const Dwarf_Die* l, const Dwarf_Die *r, bool &result) compare_dies_cu_decl_file() argument 7580 bool result = (dwarf_getlocation(&attr, expr, &len) == 0); die_location_expr() local [all...] |
| /third_party/openssl/crypto/ec/ |
| H A D | curve25519.c | 57 uint64_t result; in load_8() local 283 uint64_t result; load_7() local 298 uint64_t result; load_6() local 781 uint64_t result; load_3() local 791 uint64_t result; load_4() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
| H A D | vktMultiViewRenderTests.cpp | 1339 const bool result = tcu::floatThresholdCompare(m_context.getTestContext().getLog(), in checkImage() local 3333 deUint32 result = 0; in getUsedViewsCount() local 3344 deUint32 result = 0; getQueryCountersNumber() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineShaderModuleIdentifierTests.cpp | 2913 const auto& result = outputData.at(stageIdx); in iterate() local 2918 msg << "Unexpected data found for stage " << stageIdx << std::hex << ": expected 0x" << expected << " but found 0x" << result; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 313 std::vector<de::SharedPtr<BottomLevelAccelerationStructure> > result; in initBottomAccelerationStructures() local 529 de::MovePtr<TopLevelAccelerationStructure> result = makeTopLevelAccelerationStructure(); in initTopAccelerationStructure() local 748 std::vector<de::SharedPtr<BottomLevelAccelerationStructure> > result; initBottomAccelerationStructures() local 818 de::MovePtr<TopLevelAccelerationStructure> result = makeTopLevelAccelerationStructure(); initTopAccelerationStructure() local 982 std::vector<de::SharedPtr<BottomLevelAccelerationStructure> > result; initBottomAccelerationStructures() local 1019 de::MovePtr<TopLevelAccelerationStructure> result = makeTopLevelAccelerationStructure(); initTopAccelerationStructure() local 2196 const deUint32 result = singleThreadValidation && multiThreadValidation; iterateWithWorkers() local 2203 bool result; iterate() local 2871 bool result = false; iterate() local 3005 bool result = true; performTest() local 4805 bool result = m_data.testConfiguration->verifyImage(resultBuffer.get(), m_context, m_data); iterate() local [all...] |
| H A D | vktRayTracingBuiltinTests.cpp | 1239 de::MovePtr<TopLevelAccelerationStructure> result = makeTopLevelAccelerationStructure(); initTopAccelerationStructure() local 1278 de::MovePtr<BottomLevelAccelerationStructure> result = makeBottomLevelAccelerationStructure(); initBottomAccelerationStructure() local 1558 vector<de::SharedPtr<BottomLevelAccelerationStructure> > result; initBottomAccelerationStructures() local 1781 VkResult result; checkFormatSupported() local 1830 std::vector<deInt32> result; expectedIntValuesBuffer() local 1999 std::vector<float> result; expectedFloatValuesBuffer() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderBuiltinPrecisionTests.cpp | 2547 int result = 0; in doApply() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| H A D | vktShaderRenderTextureFunctionTests.cpp | 1947 bool result = testTextureSize(); in iterate() local 2003 const tcu::TextureLevel& result = getResultImage(); in testTextureSize() local 2178 bool result = testSize(m_iterations[sampleIdx], testSizes[dimIdx]); in iterate() local 2204 const tcu::TextureLevel& result in testSize() local 2393 const tcu::TextureLevel& result = getResultImage(); iterate() local 2554 bool result = testTextureLevels(); iterate() local 2593 const tcu::TextureLevel& result = getResultImage(); testTextureLevels() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmFloatControlsTests.cpp | 314 ValueId result; member [all...] |
| H A D | vktSpvAsmInstructionTests.cpp | 7196 vector<deFloat16> result; squarize() local 7222 vector<deFloat16> result; squarizeVector() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderSubroutineTests.cpp | 837 bool result = false; in buildProgram() local 977 _variable_type result = VARIABLE_TYPE_UNKNOWN; in getBaseVariableType() local 1059 unsigned int result = 0; getComponentSizeForVariableType() local 1097 glw::GLenum result = GL_NONE; getGLenumForShaderStage() local 1134 unsigned int result = 0; getNumberOfComponentsForVariableType() local 1236 std::string result = "?"; getShaderStageString() local 1273 std::string result = "?"; getShaderStageStringFromGLEnum() local 1416 _variable_type result = VARIABLE_TYPE_UNKNOWN; getVariableTypeFromProperties() local 1568 std::string result = "[?]"; getVariableTypeGLSLString() local 2186 bool result = true; executeTestIteration() local 2632 bool result = true; verifyXFBData() local 2911 bool result = true; iterate() local 3279 bool result = true; inspectProgramStageiv() local 3309 bool result = true; inspectProgramInterfaceiv() local 3344 bool result = true; inspectProgramResourceiv() local 3441 bool result = true; inspectActiveSubroutineUniformiv() local 3518 bool result = true; inspectActiveSubroutineUniformName() local 3569 bool result = true; inspectActiveSubroutineName() local 3622 bool result = true; inspectSubroutineBinding() local 3686 bool result = true; testDraw() local 3956 bool result = true; iterate() local 4228 bool result = true; verify() local 4522 bool result = true; iterate() local 4838 bool result = true; testDraw() local 5239 bool result = true; iterate() local 5351 GLint result = feedback_data[0]; testDraw() local 5697 bool result = true; iterate() local 5869 bool result = true; iterate() local 6072 bool result = true; testAtomic() local 6117 bool result = (0 == memcmp(expected_results, atomic_results, 3 * sizeof(GLuint))); testAtomicDraw() local 6263 bool result = true; testImage() local 6331 bool result = true; testImageDraw() local 6483 bool result = true; testSSBO() local 6523 bool result = (0 == memcmp(expected_results, ssbo_results, 4 * sizeof(GLuint))); testSSBODraw() local 6564 bool result = true; verifyTexture() local 7667 bool result = true; iterate() local 7746 bool result = true; testDefaultSubroutineSet() local 7827 bool result = true; testDraw() local 7920 bool result = true; testIndicesAndLocations() local 10431 std::stringstream result; getFragmentShaderBody() local 10471 std::stringstream result; getGeometryShaderBody() local 10514 std::string result = "?"; getSubroutineUniformName() local 10571 std::stringstream result; getTessellationControlShaderBody() local 10610 std::stringstream result; getTessellationEvaluationShaderBody() local 10649 std::stringstream result; getVertexShaderBody() local 12242 bool result = true; iterate() local 12283 bool result = true; test() local 12758 std::string result = "?"; getTestCaseString() local 13355 std::string result = "?"; getTestCaseString() local 13560 std::string result = "?"; getTestCaseString() local [all...] |