Home
last modified time | relevance | path

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

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