HomeSort by relevance Sort by last modified time
    Searched refs:function_context (Results 1 - 5 of 5) sorted by null

  /external/v8/src/builtins/
builtins-constructor.cc 336 Node* function_context = Allocate(size); local
349 StoreMapNoWriteBarrier(function_context, context_type);
350 StoreObjectFieldNoWriteBarrier(function_context, Context::kLengthOffset,
354 StoreFixedArrayElement(function_context, Context::CLOSURE_INDEX, function,
356 StoreFixedArrayElement(function_context, Context::PREVIOUS_INDEX, context,
358 StoreFixedArrayElement(function_context, Context::EXTENSION_INDEX,
363 StoreFixedArrayElement(function_context, Context::NATIVE_CONTEXT_INDEX,
369 function_context, FAST_ELEMENTS, min_context_slots, length,
376 return function_context;
builtins-promise.cc 919 Node* function_context = local
    [all...]
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 280 auto* function_context = var_decl->getParentFunctionOrMethod(); local
281 assert(function_context && "local var not in function context?!");
282 auto* function_decl = clang::cast<clang::FunctionDecl>(function_context);
  /external/v8/src/debug/
debug-scopes.cc 511 Handle<Context> function_context(frame_context->closure_context());
512 CopyContextLocalsToScopeObject(scope_info, function_context, local_scope);
516 if (function_context->closure() == *function &&
517 !function_context->IsNativeContext()) {
518 CopyContextExtensionToScopeObject(function_context, local_scope,
  /external/v8/src/heap/
heap.cc     [all...]

Completed in 2404 milliseconds