Home
last modified time | relevance | path

Searched defs:set_result (Results 1 – 8 of 8) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DFunctionContext.java23 public native void set_result(String r); in set_result() method in FunctionContext
31 public native void set_result(int r); in set_result() method in FunctionContext
39 public native void set_result(double r); in set_result() method in FunctionContext
56 public native void set_result(byte[] r); in set_result() method in FunctionContext
/external/v8/src/mips64/
Dlithium-mips64.h293 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
/external/v8/src/mips/
Dlithium-mips.h294 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
/external/v8/src/ia32/
Dlithium-ia32.h298 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
/external/v8/src/x87/
Dlithium-x87.h303 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
/external/v8/src/x64/
Dlithium-x64.h298 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
/external/v8/src/arm/
Dlithium-arm.h297 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
/external/v8/src/arm64/
Dlithium-arm64.h301 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function