| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | code_decrypt.h | 37 void *arg1; member
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | compiler_graph_test.cpp | 447 int32_t arg1 = 88; in HWTEST_F() local 501 int32_t arg1 = 88; in HWTEST_F() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| H A D | combined_pass_visitor_test.cpp | 53 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
|
| H A D | dead_code_elimination_test.cpp | 77 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local 109 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
|
| H A D | loop_optimization_test.cpp | 190 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| H A D | optimized_fast_call.cpp | 350 Label arg1;
in JSFastCallWithArgVAndPushArgv() local
|
| H A D | asm_interpreter_call.cpp | 221 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath() local 240 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local
|
| /arkcompiler/ets_runtime/ecmascript/js_vm/ |
| H A D | main.cpp | 65 Local<JSValueRef> arg1 = ArrayRef::GetValueAt(vm, arr1, i); in IsEqual() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | intrinsics_lowering.cpp | 188 auto arg1 = inst->getOperand(0U); in HandleFRem() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| H A D | js_interop_inst_builder.cpp | 222 auto arg1 = GetArgDefinition(bcInst, 1, accRead, isRange); in TryBuildInteropCall() local 86 BuildResolveInteropCallIntrinsic(RuntimeInterface::InteropCallKind callKind, size_t pc, RuntimeInterface::MethodPtr method, Inst *arg0, Inst *arg1, Inst *arg2, Inst *cpOffsetForClass, SaveStateInst *saveState) BuildResolveInteropCallIntrinsic() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_promise_test.cpp | 138 JSTaggedValue ThanAlgorithm(JSThread *thread, JSHandle<JSPromise>& promise, JSTaggedValue arg1, in ThanAlgorithm() argument
|
| H A D | builtins_string_test.cpp | 172 const double arg1 = 65; in HWTEST_F_L0() local 190 const double arg1 = 65; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_stubs.cpp | 221 GateRef arg1 = GetCallArg1(numArgs);
in CallSlowPath() local 229 GateRef arg1 = GetCallArg1(numArgs);
in CallSlowPath() local
|
| H A D | builtins_string_stub_builder.cpp | 2166 GateRef arg1 = TaggedArgument(static_cast<size_t>(BuiltinsArgs::ARG1));
in Concat() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | call_stub_builder.h | 26 GateRef arg1;
member 32 GateRef arg1;
member 75 GateRef arg1;
member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| H A D | optimized_fast_call.cpp | 307 Label arg1;
in JSFastCallWithArgVAndPushArgv() local
|
| H A D | asm_interpreter_call.cpp | 437 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath() local 482 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local 968 Label arg1; in CallFastBuiltin() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSGen.h | 562 void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const VReg arg1) in CallExact() argument 567 void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const VReg arg1, in CallExact() argument [all...] |
| H A D | pandagen.cpp | 972 const auto *arg1 = args[1]; in Call2Args() local 990 const auto *arg1 = args[1]; in Call3Args() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | class.h | 909 auto arg1 = m.GetArgType(1); in LookupSetterByName() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 1286 VReg arg1 = arg0 + 1; in CallThis() local 1292 VReg arg1 = arg0 + 1; in CallThis() local 1325 VReg arg1 = arg0 + 1; in Call() local 1331 VReg arg1 = arg0 + 1; in Call() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_sample.cpp | 853 int arg1 = jsArg1->Int32Value(vm); in AddFunc() local
|