Home
last modified time | relevance | path

Searched refs:kLiteralNativeContextIndex (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dliveedit.cc1031 JSFunction::kLiteralNativeContextIndex) { in PatchLiterals()
1037 new_literals->set(JSFunction::kLiteralNativeContextIndex, in PatchLiterals()
Dfactory.cc1375 literals->set(JSFunction::kLiteralNativeContextIndex, in NewFunctionFromSharedFunctionInfo()
Dobjects.h7386 static const int kLiteralNativeContextIndex = 0; variable
Druntime.cc2984 literals->set(JSFunction::kLiteralNativeContextIndex, in RUNTIME_FUNCTION()
Dobjects.cc9538 return Context::cast(literals->get(JSFunction::kLiteralNativeContextIndex)); in NativeContextFromLiterals()