Searched refs:FunctionContext (Results 1 – 13 of 13) sorted by relevance
/external/javasqlite/src/main/java/SQLite/ |
D | Function.java | 40 public void function(FunctionContext fc, String args[]); in function() 49 public void step(FunctionContext fc, String args[]); in step() 57 public void last_step(FunctionContext fc); in last_step()
|
D | FunctionContext.java | 9 public class FunctionContext { class
|
D | Database.java | 975 new FunctionContext(); in FunctionContext() method
|
/external/v8/src/ |
D | utils.h | 1094 static BailoutId FunctionContext() { return BailoutId(kFunctionContextId); }
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 236 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 241 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 244 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 231 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 250 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 233 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 251 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 246 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 3675 start_environment_->set_ast_id(BailoutId::FunctionContext()); in HGraph()
|