Home
last modified time | relevance | path

Searched refs:FunctionContext (Results 1 – 13 of 13) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DFunction.java40 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()
DFunctionContext.java9 public class FunctionContext { class
DDatabase.java975 new FunctionContext(); in FunctionContext() method
/external/v8/src/
Dutils.h1094 static BailoutId FunctionContext() { return BailoutId(kFunctionContextId); }
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc236 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc241 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc244 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc231 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc250 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc233 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc251 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc246 PrepareForBailoutForId(BailoutId::FunctionContext(), NO_REGISTERS); in Generate()
/external/v8/src/crankshaft/
Dhydrogen.cc3675 start_environment_->set_ast_id(BailoutId::FunctionContext()); in HGraph()