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

  /external/libchrome/sandbox/win/src/sidestep/
preamble_patcher.h 61 // Patches target_function to point to replacement_function using a provided
65 static SideStepError Patch(T target_function, T replacement_function,
67 return RawPatchWithStub(target_function, replacement_function,
82 // target_function: A pointer to the function that should be
102 static SideStepError RawPatchWithStub(void* target_function,
preamble_patcher_with_stub.cpp 52 void* target_function,
57 if ((NULL == target_function) ||
82 unsigned char* target = reinterpret_cast<unsigned char*>(target_function);
170 // Inv: The memory pointed to by target_function now points to a relative
  /external/v8/src/compiler/
js-call-reducer.cc 631 Node* target_function = local
634 // Check that the {target} is still the {target_function}.
636 target_function);
640 // Specialize the JSCall node to the {target_function}.
641 NodeProperties::ReplaceValueInput(node, target_function, 0);
751 Node* target_function = local
754 // Check that the {target} is still the {target_function}.
756 target_function);
760 // Specialize the JSConstruct node to the {target_function}
    [all...]
  /external/v8/src/
factory.cc 2252 JSReceiver::GetPrototype(isolate(), target_function), JSBoundFunction); local
    [all...]
factory.h 573 Handle<JSReceiver> target_function, Handle<Object> bound_this,
    [all...]

Completed in 82 milliseconds