Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-call-reducer.cc7180 PropertyAccessInfo ai_exec; in ReduceRegExpPrototypeTest() local
7185 factory()->exec_string(), AccessMode::kLoad, &ai_exec)) { in ReduceRegExpPrototypeTest()
7189 if (!ai_exec.IsDataConstant()) return NoChange(); in ReduceRegExpPrototypeTest()
7190 Handle<Object> exec_on_proto = ai_exec.constant(); in ReduceRegExpPrototypeTest()
7198 if (ai_exec.holder().ToHandle(&holder)) { in ReduceRegExpPrototypeTest()
7200 js_heap_broker(), native_context(), ai_exec.receiver_maps(), holder); in ReduceRegExpPrototypeTest()