Home
last modified time | relevance | path

Searched refs:host_index (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dscopeinfo.h127 int host_index() { return Smi::cast(get(HOST_OFFSET))->value(); } in host_index() function
/external/v8/src/runtime/
Druntime-scopes.cc915 int host_index = description->host_index(); in RUNTIME_FUNCTION() local
916 Handle<Context> context(Context::cast(host_context->get(host_index))); in RUNTIME_FUNCTION()