Home
last modified time | relevance | path

Searched refs:FunctionContext (Results 1 – 15 of 15) 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/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp507 AllocaInst *FunctionContext = in insertSjLjEHSupport() local
517 CallSite = GetElementPtrInst::Create(FunctionContext, Idxs, "call_site", in insertSjLjEHSupport()
522 Value *FCData = GetElementPtrInst::Create(FunctionContext, Idxs, "fc_data", in insertSjLjEHSupport()
598 GetElementPtrInst::Create(FunctionContext, Idxs, "lsda_gep", in insertSjLjEHSupport()
606 GetElementPtrInst::Create(FunctionContext, Idxs, "lsda_gep", in insertSjLjEHSupport()
614 = GetElementPtrInst::Create(FunctionContext, Idxs, "jbuf_gep", in insertSjLjEHSupport()
661 CallInst::Create(RegisterFn, FunctionContext, "", in insertSjLjEHSupport()
708 CallInst::Create(UnregisterFn, FunctionContext, "", Returns[i]); in insertSjLjEHSupport()
/external/v8/src/
Dutils.h932 static BailoutId FunctionContext() { return BailoutId(kFunctionContextId); }
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc249 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc247 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc246 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc257 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc259 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc267 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc266 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc268 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc264 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
/external/v8/src/crankshaft/
Dhydrogen.cc3204 start_environment_->set_ast_id(BailoutId::FunctionContext()); in HGraph()