Home
last modified time | relevance | path

Searched refs:convert_hole_to_undefined (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ic/
Dic-compiler.cc44 bool convert_hole_to_undefined = in ComputeKeyedLoadMonomorphicHandler() local
59 convert_hole_to_undefined).GetCode(); in ComputeKeyedLoadMonomorphicHandler()
Dhandler-compiler.cc587 bool convert_hole_to_undefined = in CompileElementHandlers() local
600 convert_hole_to_undefined).GetCode(); in CompileElementHandlers()
/external/v8/src/
Dcode-stubs.h2430 bool convert_hole_to_undefined = false)
2435 CanConvertHoleToUndefined::encode(convert_hole_to_undefined)); in HandlerStub()
2441 bool convert_hole_to_undefined() const { in convert_hole_to_undefined() function
Dcode-stubs-hydrogen.cc811 LoadKeyedHoleMode hole_mode = casted_stub()->convert_hole_to_undefined() in BuildCodeStub()