Searched refs:closure_context (Results 1 – 16 of 16) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-async.cc | 27 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()
|
D | builtins-async-iterator.cc | 236 Node* const closure_context = in CreateUnwrapClosure() local 239 closure_context); in CreateUnwrapClosure()
|
/external/v8/src/ |
D | contexts.h | 540 Context* closure_context();
|
D | contexts.cc | 82 Context* Context::closure_context() { in closure_context() function in v8::internal::Context
|
/external/v8/src/debug/ |
D | debug-scopes.cc | 511 Handle<Context> function_context(frame_context->closure_context()); in MaterializeLocalScope()
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 1757 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/ |
D | runtime-debug.cc | 613 Handle<Context> context(Context::cast(*maybe_context)->closure_context()); in RUNTIME_FUNCTION()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 2344 inner->BindContext(instr->closure_context()); in DoEnterInlined()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 2296 inner->BindContext(instr->closure_context()); in DoEnterInlined()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 2313 inner->BindContext(instr->closure_context()); in DoEnterInlined()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 2291 inner->BindContext(instr->closure_context()); in DoEnterInlined()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.cc | 2104 inner->BindContext(instr->closure_context()); in DoEnterInlined()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 1402 inner->BindContext(instr->closure_context()); in DoEnterInlined()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 2414 inner->BindContext(instr->closure_context()); in DoEnterInlined()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.cc | 2416 inner->BindContext(instr->closure_context()); in DoEnterInlined()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.cc | 2417 inner->BindContext(instr->closure_context()); in DoEnterInlined()
|