HomeSort by relevance Sort by last modified time
    Searched defs:target_function (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
js-call-reducer.cc 340 Node* target_function = local
343 // Check that the {target} is still the {target_function}.
346 target_function, context);
350 // Specialize the JSCallFunction node to the {target_function}.
351 NodeProperties::ReplaceValueInput(node, target_function, 0);
467 Node* target_function = local
470 // Check that the {target} is still the {target_function}.
473 target_function, context);
477 // Specialize the JSCallConstruct node to the {target_function}.
478 NodeProperties::ReplaceValueInput(node, target_function, 0)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_disasm.c 302 char *target_function[16] = { variable
    [all...]
  /external/v8/src/
factory.cc 1969 JSReceiver::GetPrototype(isolate(), target_function), JSBoundFunction); local
    [all...]
  /external/v8/test/cctest/
test-api.cc 20375 Local<Function> target_function; local
    [all...]

Completed in 182 milliseconds