Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Ddeoptimizer.cc880 function = JSFunction::cast(ComputeLiteral(iterator->Next())); in DoComputeJSFrame()
1116 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); in DoComputeArgumentsAdaptorFrame()
1242 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); in DoComputeConstructStubFrame()
1408 JSFunction* accessor = JSFunction::cast(ComputeLiteral(iterator->Next())); in DoComputeAccessorStubFrame()
2353 Object* literal = ComputeLiteral(iterator->Next()); in DoTranslateObject()
2638 Object* literal = ComputeLiteral(iterator->Next()); in DoTranslateCommand()
2748 Object* Deoptimizer::ComputeLiteral(int index) const { in ComputeLiteral() function in v8::internal::Deoptimizer
Ddeoptimizer.h342 Object* ComputeLiteral(int index) const;