Home
last modified time | relevance | path

Searched defs:mode (Results 2276 - 2300 of 2401) sorted by relevance

1...<<91929394959697

/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc1401 CheckForMinusZeroMode mode = CheckMinusZeroModeOf(node->op()); in LowerChangeFloat64ToTagged() local
2393 CheckForMinusZeroMode mode = CheckMinusZeroModeOf(node->op()); in LowerCheckedInt32Mul() local
1406 ChangeFloat64ToTagged( Node* value, CheckForMinusZeroMode mode) ChangeFloat64ToTagged() argument
2556 BuildCheckedFloat64ToInt32( CheckForMinusZeroMode mode, const FeedbackSource& feedback, Node* value, Node* frame_state) BuildCheckedFloat64ToInt32() argument
2625 BuildCheckedFloat64ToInt64( CheckForMinusZeroMode mode, const FeedbackSource& feedback, Node* value, Node* frame_state) BuildCheckedFloat64ToInt64() argument
2786 BuildCheckedHeapNumberOrOddballToFloat64( CheckTaggedInputMode mode, const FeedbackSource& feedback, Node* value, Node* frame_state) BuildCheckedHeapNumberOrOddballToFloat64() argument
6098 ConvertReceiverMode const mode = ConvertReceiverModeOf(node->op()); LowerConvertReceiver() local
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast.h523 static const char* VisitModeString(VisitMode mode) { in VisitModeString() argument
1504 HoleCheckMode mode = HoleCheckModeField::decode(bit_field_); in hole_check_mode() local
2041 void set_lookup_hoisting_mode(LookupHoistingMode mode) { in set_lookup_hoisting_mode() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc960 CallRecordWriteStubSaveRegisters( Register object, Register slot_address, RememberedSetAction remembered_set_action, SaveFPRegsMode fp_mode, StubCallMode mode) CallRecordWriteStubSaveRegisters() argument
984 CallRecordWriteStub( Register object, Register slot_address, RememberedSetAction remembered_set_action, SaveFPRegsMode fp_mode, StubCallMode mode) CallRecordWriteStub() argument
1384 DropArguments(Register count, ArgumentsCountType type, ArgumentsCountMode mode) CallRecordWriteStub() argument
1410 DropArgumentsAndPushNewReceiver(Register argc, Register receiver, ArgumentsCountType type, ArgumentsCountMode mode) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc1314 void TurboAssembler::li(Register dst, Handle<HeapObject> value, LiFlags mode) { in CallRecordWriteStub() argument
1325 void TurboAssembler::li(Register dst, ExternalReference value, LiFlags mode) { in CallRecordWriteStub() argument
217 CallRecordWriteStubSaveRegisters( Register object, Register slot_address, RememberedSetAction remembered_set_action, SaveFPRegsMode fp_mode, StubCallMode mode) CallRecordWriteStubSaveRegisters() argument
241 CallRecordWriteStub( Register object, Register slot_address, RememberedSetAction remembered_set_action, SaveFPRegsMode fp_mode, StubCallMode mode) CallRecordWriteStub() argument
1336 li(Register dst, const StringConstantBase* string, LiFlags mode) CallRecordWriteStub() argument
1341 li(Register rd, Operand j, LiFlags mode) CallRecordWriteStub() argument
1981 RoundDouble(FPURegister dst, FPURegister src, FPURoundingMode mode, RoundFunc round) CallRecordWriteStub() argument
2040 RoundFloat(FPURegister dst, FPURegister src, FPURoundingMode mode, RoundFunc round) CallRecordWriteStub() argument
4045 DropArguments(Register count, ArgumentsCountType type, ArgumentsCountMode mode) CallRecordWriteStub() argument
4067 DropArgumentsAndPushNewReceiver(Register argc, Register receiver, ArgumentsCountType type, ArgumentsCountMode mode) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc1418 Generate_InterpreterPushArgsThenCallImpl( MacroAssembler* masm, ConvertReceiverMode receiver_mode, InterpreterPushArgsMode mode) Generate_InterpreterPushArgsThenCallImpl() argument
1483 Generate_InterpreterPushArgsThenConstructImpl( MacroAssembler* masm, InterpreterPushArgsMode mode) Generate_InterpreterPushArgsThenConstructImpl() argument
2237 Generate_CallOrConstructForwardVarargs(MacroAssembler* masm, CallOrConstructMode mode, Handle<CodeT> code) Generate_CallOrConstructForwardVarargs() argument
2323 Generate_CallFunction(MacroAssembler* masm, ConvertReceiverMode mode) Generate_CallFunction() argument
2525 Generate_Call(MacroAssembler* masm, ConvertReceiverMode mode) Generate_Call() argument
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc1571 void TurboAssembler::li(Register dst, ExternalReference value, LiFlags mode) { in li() argument
1606 void TurboAssembler::li_optimized(Register rd, Operand j, LiFlags mode) { in li_optimized() argument
212 CallRecordWriteStubSaveRegisters( Register object, Register slot_address, RememberedSetAction remembered_set_action, SaveFPRegsMode fp_mode, StubCallMode mode) CallRecordWriteStubSaveRegisters() argument
236 CallRecordWriteStub( Register object, Register slot_address, RememberedSetAction remembered_set_action, SaveFPRegsMode fp_mode, StubCallMode mode) CallRecordWriteStub() argument
1582 li(Register dst, const StringConstantBase* string, LiFlags mode) li() argument
1613 li(Register rd, Operand j, LiFlags mode) li() argument
5127 DropArguments(Register count, ArgumentsCountType type, ArgumentsCountMode mode, Register scratch) DropArguments() argument
5151 DropArgumentsAndPushNewReceiver(Register argc, Register receiver, ArgumentsCountType type, ArgumentsCountMode mode, Register scratch) DropArgumentsAndPushNewReceiver() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc3014 EncodeVCVT(const VFPType dst_type, const int dst_code, const VFPType src_type, const int src_code, VFPConversionMode mode, const Condition cond) EncodeVCVT() argument
3055 vcvt_f64_s32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f64_s32() argument
3061 vcvt_f32_s32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f32_s32() argument
3066 vcvt_f64_u32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f64_u32() argument
3072 vcvt_f32_u32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f32_u32() argument
3077 vcvt_s32_f32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_s32_f32() argument
3082 vcvt_u32_f32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_u32_f32() argument
3087 vcvt_s32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_s32_f64() argument
3093 vcvt_u32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_u32_f64() argument
3099 vcvt_f64_f32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f64_f32() argument
3105 vcvt_f32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f32_f64() argument
[all...]
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc3652 bool get_inv_op_vfp_flag(VFPRoundingMode mode, double val, bool unsigned_) { in get_inv_op_vfp_flag() argument
3696 ConvertDoubleToInt(double val, bool unsigned_integer, VFPRoundingMode mode) ConvertDoubleToInt() argument
3780 VFPRoundingMode mode = (instr->Bit(7) != 1) ? FPSCR_rounding_mode_ : RZ; DecodeVCVTBetweenFloatingPointAndInteger() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1787 WriteBarrierMode mode = allocation == AllocationType::kYoung in NewPropertyCell() local
2030 WriteBarrierMode mode = result.GetWriteBarrierMode(no_gc); in CopyArrayWithMap() local
2031 result.CopyElements(isolate(), 0, *src, 0, len, mode); in CopyArrayWithMap() local
2048 WriteBarrierMode mode = result.GetWriteBarrierMode(no_gc); in CopyArrayAndGrow() local
2049 result.CopyElements(isolate(), 0, *src, 0, old_len, mode); in CopyArrayAndGrow() local
2107 WriteBarrierMode mode = raw.GetWriteBarrierMode(no_gc); in CopyWeakArrayListAndGrow() local
2108 raw.CopyElements(isolate(), 0, *src, 0, old_len, mode); in CopyWeakArrayListAndGrow() local
2124 WriteBarrierMode mode in CompactWeakArrayList() local
2155 WriteBarrierMode mode = result.GetWriteBarrierMode(no_gc); CopyFixedArrayUpTo() local
2156 result.CopyElements(isolate(), 0, *array, 0, new_len, mode); CopyFixedArrayUpTo() local
2611 NewJSArray(ElementsKind elements_kind, int length, int capacity, ArrayStorageAllocationMode mode, AllocationType allocation) NewJSArray() argument
2657 NewJSArrayStorage(Handle<JSArray> array, int length, int capacity, ArrayStorageAllocationMode mode) NewJSArrayStorage() argument
2678 NewJSArrayStorage( ElementsKind elements_kind, int capacity, ArrayStorageAllocationMode mode) NewJSArrayStorage() argument
3225 CharToString(Factory* factory, const char* string, NumberCacheMode mode) CharToString() argument
3266 NumberToString(Handle<Object> number, NumberCacheMode mode) NumberToString() argument
3284 HeapNumberToString(Handle<HeapNumber> number, double value, NumberCacheMode mode) HeapNumberToString() argument
3312 SmiToString(Smi number, NumberCacheMode mode) SmiToString() argument
3971 WriteBarrierMode mode = allocation_type_ == AllocationType::kYoung BuildRaw() local
[all...]
H A Dmark-compact.cc552 bool MarkCompactCollector::StartCompaction(StartCompactionMode mode) { in StartCompaction() argument
698 EnsureSweepingCompleted( SweepingForcedFinalizationMode mode) EnsureSweepingCompleted() argument
3555 EvacuationModeName(EvacuationMode mode) EvacuationModeName() argument
4503 CollectRememberedSetUpdatingItems( std::vector<std::unique_ptr<UpdatingItem>>* items, IterateableSpace* space, RememberedSetUpdatingMode mode) CollectRememberedSetUpdatingItems() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc300 ConvertToNumberOrNumeric(Isolate* isolate, Handle<Object> input, Conversion mode) ConvertToNumberOrNumeric() argument
5259 PretenureDecision mode = pretenure_decision(); GetAllocationType() local
5737 WriteBarrierMode mode = new_table.GetWriteBarrierMode(no_gc); Rehash() local
5779 Swap(InternalIndex entry1, InternalIndex entry2, WriteBarrierMode mode) Swap() argument
5801 WriteBarrierMode mode = GetWriteBarrierMode(no_gc); Rehash() local
6204 WriteBarrierMode mode = elements.GetWriteBarrierMode(no_gc); CopyValuesTo() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h1046 V8_INLINE void SetLanguageMode(Scope* scope, LanguageMode mode) { in SetLanguageMode() argument
1065 DeclareVariable(const AstRawString* name, VariableKind kind, VariableMode mode, InitializationFlag init, Scope* scope, bool* was_added, int position) DeclareVariable() argument
1071 DeclareAndBindVariable(const VariableProxy* proxy, VariableKind kind, VariableMode mode, Scope* scope, bool* was_added, int initializer_position) DeclareAndBindVariable() argument
1080 DeclarePrivateVariableName(const AstRawString* name, ClassScope* scope, VariableMode mode, IsStaticFlag is_static_flag, bool* was_added) DeclarePrivateVariableName() argument
1088 DeclareVariableName(const AstRawString* name, VariableMode mode, Scope* scope, bool* was_added, int position = kNoSourcePosition, VariableKind kind = NORMAL_VARIABLE) DeclareVariableName() argument
1160 DeclareFunction( const PreParserIdentifier& variable_name, const PreParserExpression& function, VariableMode mode, VariableKind kind, int beg_pos, int end_pos, ZonePtrList<const AstRawString>* names) DeclareFunction() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2276 emit_smi_check(Register obj, Label* target, SmiCheckMode mode) emit_smi_check() argument
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h1703 emit_smi_check(Register obj, Label* target, SmiCheckMode mode) emit_smi_check() argument
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h2006 emit_smi_check(Register obj, Label* target, SmiCheckMode mode) emit_smi_check() argument
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h569 SVGA3dStretchBltMode mode; member
1314 uint16 mode; member
H A Dsvga3d_dx.h909 SVGA3dDXPresentBltMode mode; member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.h988 inline void setInterpolate(unsigned int mode) { ipa = mode; } in setInterpolate() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c3532 unsigned mode = 0; in bi_emit_texc() local
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard.h887 unsigned mode : 4; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c978 unsigned mode; member
991 tc_render_condition(struct pipe_context *_pipe, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) tc_render_condition() argument
/third_party/musl/ldso/linux/
H A Ddynlink.c3467 static void *dlopen_post(struct dso* p, int mode) { in dlopen_post() argument
3552 dlopen_impl( const char *file, int mode, const char *namespace, const void *caller_addr, const dl_extinfo *extinfo) dlopen_impl() argument
3892 dlopen(const char *file, int mode) dlopen() argument
3950 dlopen_ns(Dl_namespace *dlns, const char *file, int mode) dlopen_ns() argument
3967 dlopen_ns_ext(Dl_namespace *dlns, const char *file, int mode, const dl_extinfo *extinfo) dlopen_ns_ext() argument
4849 dlopen_ext(const char *file, int mode, const dl_extinfo *extinfo) dlopen_ext() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c36 static inline unsigned evergreen_array_mode(unsigned mode) in evergreen_array_mode() argument
3695 unsigned mode = rctx->screen->has_compressed_msaa_texturing ? in evergreen_create_decompress_blend() local
3707 unsigned mode in evergreen_create_fastclear_blend() local
323 evergreen_create_blend_state_mode(struct pipe_context *ctx, const struct pipe_blend_state *state, int mode) evergreen_create_blend_state_mode() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c1595 void SSL_set_verify(SSL *s, int mode, in SSL_set_verify() argument
3683 SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*cb) (int, X509_STORE_CTX *)) SSL_CTX_set_verify() argument
3835 ssl_update_cache(SSL *s, int mode) ssl_update_cache() argument
4411 SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode) SSL_CTX_set_quiet_shutdown() argument
4421 SSL_set_quiet_shutdown(SSL *s, int mode) SSL_set_quiet_shutdown() argument
4431 SSL_set_shutdown(SSL *s, int mode) SSL_set_shutdown() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp277 float computeLodFromDerivates (LodMode mode, float dudx, float dudy) in computeLodFromDerivates() argument
298 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates() argument
326 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy) in computeLodFromDerivates() argument
2679 TextureQueryLodInstance(Context& context, const bool isVertexCase, const TextureSpec& textureSpec, const TestMode mode) TextureQueryLodInstance() argument
[all...]

Completed in 147 milliseconds

1...<<91929394959697