Searched refs:current_param (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/_sqlite/ |
H A D | cursor.c | 637 PyObject* current_param; in bind_parameters() local 671 current_param = Py_NewRef(item); in bind_parameters() 674 current_param = Py_XNewRef(item); in bind_parameters() 676 current_param = PySequence_GetItem(parameters, i); in bind_parameters() 678 if (!current_param) { in bind_parameters() 682 if (!need_adapt(state, current_param)) { in bind_parameters() 683 adapted = current_param; in bind_parameters() 686 adapted = pysqlite_microprotocols_adapt(state, current_param, in bind_parameters() 688 current_param); in bind_parameters() 689 Py_DECREF(current_param); in bind_parameters() [all...] |
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 2896 const int GCScanSlotCount, Register current_param, in PrepareForBuiltinCall() 2905 __ pushq(current_param); in PrepareForBuiltinCall() 2925 Register param_limit, Register current_param) { in RestoreAfterBuiltinCall() 2934 __ popq(current_param); in RestoreAfterBuiltinCall() 3356 // [rbp + current_param] gives us the parameter we are processing. in GenericJSToWasmWrapperHelper() 3359 Register current_param = rbx; in GenericJSToWasmWrapperHelper() local 3362 __ Move(current_param, in GenericJSToWasmWrapperHelper() 3389 __ movq(param, MemOperand(original_fp, current_param, times_1, 0)); in GenericJSToWasmWrapperHelper() 3416 __ addq(current_param, Immediate(increment)); in GenericJSToWasmWrapperHelper() 3419 __ cmpq(current_param, param_limi in GenericJSToWasmWrapperHelper() 2895 PrepareForBuiltinCall(MacroAssembler* masm, MemOperand GCScanSlotPlace, const int GCScanSlotCount, Register current_param, Register param_limit, Register current_int_param_slot, Register current_float_param_slot, Register valuetypes_array_ptr, Register wasm_instance, Register function_data) PrepareForBuiltinCall() argument 2920 RestoreAfterBuiltinCall(MacroAssembler* masm, Register function_data, Register wasm_instance, Register valuetypes_array_ptr, Register current_float_param_slot, Register current_int_param_slot, Register param_limit, Register current_param) RestoreAfterBuiltinCall() argument [all...] |
Completed in 7 milliseconds