Home
last modified time | relevance | path

Searched refs:fcontext (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcontexts.h255 Context* fcontext() { return Context::cast(get(FCONTEXT_INDEX)); } in fcontext() function
Druntime.cc1220 context = Handle<Context>(context->fcontext()); in RUNTIME_FUNCTION()
1509 context = Handle<Context>(context->fcontext()); in RUNTIME_FUNCTION()
9711 Handle<Context> function_context(frame_context->fcontext()); in MaterializeLocalScope()
10612 Handle<Context> function_context(frame_context->fcontext()); in RUNTIME_FUNCTION()
Dheap.cc3811 context->set_fcontext(previous->fcontext()); in AllocateWithContext()