Home
last modified time | relevance | path

Searched refs:closure_context (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-async.cc27 Node* const closure_context = create_closure_context(native_context); in Await() local
37 map, on_resolve_shared_fun, closure_context); in Await()
45 map, on_reject_shared_fun, closure_context); in Await()
Dbuiltins-async-iterator.cc236 Node* const closure_context = in CreateUnwrapClosure() local
239 closure_context); in CreateUnwrapClosure()
/external/v8/src/
Dcontexts.h540 Context* closure_context();
Dcontexts.cc82 Context* Context::closure_context() { in closure_context() function in v8::internal::Context
/external/v8/src/debug/
Ddebug-scopes.cc511 Handle<Context> function_context(frame_context->closure_context()); in MaterializeLocalScope()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h1757 HConstant* closure_context, int arguments_count, in New() argument
1763 HEnterInlined(return_id, closure, closure_context, arguments_count, in New()
1775 HConstant* closure_context() const { return closure_context_; } in closure_context() function
1799 HConstant* closure_context, int arguments_count, in DECLARE_CONCRETE_INSTRUCTION()
1806 closure_context_(closure_context), in DECLARE_CONCRETE_INSTRUCTION()
/external/v8/src/runtime/
Druntime-debug.cc613 Handle<Context> context(Context::cast(*maybe_context)->closure_context()); in RUNTIME_FUNCTION()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc2344 inner->BindContext(instr->closure_context()); in DoEnterInlined()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc2313 inner->BindContext(instr->closure_context()); in DoEnterInlined()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc2104 inner->BindContext(instr->closure_context()); in DoEnterInlined()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc2291 inner->BindContext(instr->closure_context()); in DoEnterInlined()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc2296 inner->BindContext(instr->closure_context()); in DoEnterInlined()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc1402 inner->BindContext(instr->closure_context()); in DoEnterInlined()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc2416 inner->BindContext(instr->closure_context()); in DoEnterInlined()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc2414 inner->BindContext(instr->closure_context()); in DoEnterInlined()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc2417 inner->BindContext(instr->closure_context()); in DoEnterInlined()