Searched refs:FunctionContext (Results 1 – 15 of 15) 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/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 507 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/ |
D | utils.h | 932 static BailoutId FunctionContext() { return BailoutId(kFunctionContextId); }
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 249 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 247 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 246 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 257 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 259 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 267 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 266 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 268 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 264 PrepareForBailoutForId(BailoutId::FunctionContext(), in Generate()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 3204 start_environment_->set_ast_id(BailoutId::FunctionContext()); in HGraph()
|