Home
last modified time | relevance | path

Searched defs:target (Results 1351 - 1375 of 2093) sorted by relevance

1...<<51525354555657585960>>...84

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsObjectType.cpp425 bool ETSObjectType::AssignmentSource(TypeRelation *const relation, [[maybe_unused]] Type *const target) in AssignmentSource() argument
450 bool ETSObjectType::CastWideningNarrowing(TypeRelation *const relation, Type *const target, TypeFlag unboxFlags, in CastWideningNarrowing() argument
468 bool ETSObjectType::TryCastByte(TypeRelation *const relation, Type *const target) in TryCastByte() argument
485 TryCastIntegral(TypeRelation *const relation, Type *const target) TryCastIntegral() argument
515 TryCastFloating(TypeRelation *const relation, Type *const target) TryCastFloating() argument
531 TryCastUnboxable(TypeRelation *const relation, Type *const target) TryCastUnboxable() argument
551 CastNumericObject(TypeRelation *const relation, Type *const target) CastNumericObject() argument
581 Cast(TypeRelation *const relation, Type *const target) Cast() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp1351 compiler::Label *target = cg->ControlFlowChangeBreak(self->Ident()); in CompileImpl() local
1368 compiler::Label *target = etsg->ControlFlowChangeContinue(self->Ident()); in CompileImpl() local
H A DETSGen.h770 InverseCondition(const ir::AstNode *node, Br const &br, Label *target, bool inverse = true) InverseCondition() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_array.cpp1170 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in IndexOfSlowPath() local
2550 JSHandle<JSTaggedValue> target = base::BuiltinsBase::GetCallArg(argv, 0); in LastIndexOfSlowPath() local
H A Dbuiltins_shared_typedarray.cpp1052 JSHandle<JSTaggedValue> target = GetThis(argv); in Set() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp1048 void AssemblerAarch64::Bind(Label *target) in Bind() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_emitter.cpp97 FuncNameOperand *target = static_cast<FuncNameOperand *>(targetOpnd); in RecordRegInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgraph_linearizer.cpp934 GateRegion* target = region; in OptimizeControls() local
H A Dhcr_circuit_builder.cpp28 GateRef target = IntPtr(index); in NoLabelCallRuntime() local
63 GateRef target = IntPtr(index); in CallStub() local
88 GateRef target = IntPtr(index); in CallBuiltinRuntime() local
106 GateRef target = IntPtr(index); in CallBuiltinRuntimeWithNewTarget() local
115 Call(const CallSignature* cs, GateRef glue, GateRef target, GateRef depend, const std::vector<GateRef> &args, GateRef hirGate, const char* comment) Call() argument
169 CallBCHandler(GateRef glue, GateRef target, const std::vector<GateRef> &args, const char* comment) CallBCHandler() argument
181 CallBuiltin(GateRef glue, GateRef target, const std::vector<GateRef> &args, const char* comment) CallBuiltin() argument
193 CallBuiltinWithArgv(GateRef glue, GateRef target, const std::vector<GateRef> &args, const char* comment) CallBuiltinWithArgv() argument
205 CallBCDebugger(GateRef glue, GateRef target, const std::vector<GateRef> &args, const char* comment) CallBCDebugger() argument
220 GateRef target = IntPtr(index); CallRuntime() local
240 GateRef target = IntPtr(index); CallRuntimeVarargs() local
253 GateRef target = IntPtr(index); CallNGCRuntime() local
276 GateRef target = IntPtr(index); CallNGCRuntime() local
704 OrdinaryHasInstance(GateRef obj, GateRef target) OrdinaryHasInstance() argument
[all...]
H A Dinterpreter_stub-inl.h670 void InterpreterStubBuilder::DispatchBase(GateRef target, GateRef glue, Args... args) in DispatchBase() argument
680 GateRef target = PtrMul(ZExtInt32ToPtr(ZExtInt8ToInt32(opcode)), IntPtrSize()); in Dispatch() local
688 GateRef target = PtrMul(IntPtr(BytecodeStubCSigns::ID_ExceptionHandler), IntPtrSize()); in DispatchLast() local
697 GateRef target = PtrMul(ZExtInt32ToPtr(ZExtInt8ToInt32(opcode)), IntPtrSize()); in DispatchDebugger() local
706 GateRef target = PtrMul(IntPtr(BytecodeStubCSigns::ID_ExceptionHandler), IntPtrSize()); in DispatchDebuggerLast() local
722 GateRef target = PtrMul(index, IntPtrSize()); DispatchWithId() local
[all...]
H A Dnative_inline_lowering.cpp1312 GateRef target = acc_.GetValueIn(gate, firstParam); in TryInlineReflectGet() local
1334 GateRef target = acc_.GetValueIn(gate, firstParam); in TryInlineReflectHas() local
1349 GateRef target = acc_.GetValueIn(gate, firstParam); in TryInlineReflectConstruct() local
1385 GateRef target = acc_.GetValueIn(gate, firstParam); TryInlineReflectApply() local
1441 GateRef target = acc_.GetValueIn(gate, 0); TryInlineFunctionPrototypeBind() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_call.cpp222 Label target; in OptimizedCallAsmInterpreter() local
809 Label target; FastCallToAsmInterBridge() local
1439 Label target; DeoptHandlerAsm() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp278 Label target; in OptimizedCallAsmInterpreter() local
848 Label target; FastCallToAsmInterBridge() local
1441 Label target; DeoptHandlerAsm() local
[all...]
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp924 Local<JSValueRef> target = proxyRef->GetTarget(vm_); in GetProxyValue() local
/third_party/ffmpeg/libavfilter/
H A Davfiltergraph.c1184 int avfilter_graph_send_command(AVFilterGraph *graph, const char *target, const char *cmd, const char *arg, char *res, int res_len, int flags) in avfilter_graph_send_command() argument
1214 int avfilter_graph_queue_command(AVFilterGraph *graph, const char *target, const char *command, const char *arg, int flags, double ts) in avfilter_graph_queue_command() argument
H A Dvf_libplacebo.c317 struct pl_frame image, target; in process_frames() local
/third_party/ffmpeg/libavcodec/
H A Dvaapi_encode.c794 vaapi_encode_add_ref(AVCodecContext *avctx, VAAPIEncodePicture *pic, VAAPIEncodePicture *target, int is_ref, int in_dpb, int prev) vaapi_encode_add_ref() argument
[all...]
/third_party/curl/lib/vtls/
H A Dbearssl.c770 bearssl_run_until(struct Curl_cfilter *cf, struct Curl_easy *data, unsigned target) bearssl_run_until() argument
/third_party/glslang/glslang/MachineIndependent/
H A Diomapper.cpp75 TVarLiveMap* target = nullptr; in visitSymbol() local
[all...]
/third_party/gn/src/gn/
H A Dfilesystem_utils.cc1012 BuildDirContext::BuildDirContext(const Target* target) in BuildDirContext() argument
1098 SourceDir GetBuildDirForTargetAsSourceDir(const Target* target, in GetBuildDirForTargetAsSourceDir() argument
461 MakeAbsoluteFilePathRelativeIfPossible( const base::FilePath& base, const base::FilePath& target) MakeAbsoluteFilePathRelativeIfPossible() argument
1104 GetBuildDirForTargetAsOutputFile(const Target* target, BuildDirType type) GetBuildDirForTargetAsOutputFile() argument
[all...]
/third_party/alsa-utils/bat/
H A Dcommon.h210 float *target; /* target single-tone as standard */ member
/third_party/backends/backend/genesys/
H A Dgl841.cpp1569 int target; in ad_fe_offset_calibration() local
/third_party/backends/backend/
H A Dmustek_usb_high.c423 usb_high_cal_calibrate (Calibrator * cal, void *src, void *target) in usb_high_cal_calibrate() argument
570 usb_high_cal_i8o8_mono_calibrate (Calibrator * cal, void *src, void *target) in usb_high_cal_i8o8_mono_calibrate() argument
617 usb_high_cal_i8o8_rgb_calibrate (Calibrator * cal, void *src, void *target) in usb_high_cal_i8o8_rgb_calibrate() argument
665 usb_high_cal_i4o1_calibrate (Calibrator * cal, void *src, void *target) in usb_high_cal_i4o1_calibrate() argument
1726 usb_high_scan_bssc_power_delay(Mustek_Usb_Device * dev, Powerdelay_Function set_power_delay, Signal_State * signal_state, SANE_Byte * target, SANE_Byte max, SANE_Byte min, SANE_Byte threshold, SANE_Int length) usb_high_scan_bssc_power_delay() argument
[all...]
H A Dsp15c.c2199 apply_constraints(struct sp15c *scanner, SANE_Int opt, SANE_Int * target, SANE_Word * info) apply_constraints() argument
/third_party/cJSON/
H A DcJSON_Utils.c198 CJSON_PUBLIC(char *) cJSONUtils_FindPointerFromObjectTo(const cJSON * const object, const cJSON * const target) in cJSONUtils_FindPointerFromObjectTo() argument
1338 static cJSON *merge_patch(cJSON *target, const cJSON * const patch, const cJSON_bool case_sensitive) in merge_patch() argument
1398 cJSONUtils_MergePatch(cJSON *target, const cJSON * const patch) cJSONUtils_MergePatch() argument
1403 cJSONUtils_MergePatchCaseSensitive(cJSON *target, const cJSON * const patch) cJSONUtils_MergePatchCaseSensitive() argument
[all...]

Completed in 59 milliseconds

1...<<51525354555657585960>>...84