/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/llvm/test/SymbolRewriter/ |
rewrite.map | 3 target: target_function,
|
rewrite.ll | 65 ; CHECK: declare void @target_function()
|
/external/v8/src/compiler/ |
js-call-reducer.cc | 349 Node* target_function = local 352 // Check that the {target} is still the {target_function}. 354 graph()->NewNode(javascript()->StrictEqual(), target, target_function, 366 // Specialize the JSCallFunction node to the {target_function}. 367 NodeProperties::ReplaceValueInput(node, target_function, 0); 498 Node* target_function = local 501 // Check that the {target} is still the {target_function}. 503 graph()->NewNode(javascript()->StrictEqual(), target, target_function, 515 // Specialize the JSCallConstruct node to the {target_function}. 516 NodeProperties::ReplaceValueInput(node, target_function, 0) [all...] |
/external/v8/src/ |
factory.cc | 1971 Object::GetPrototype(isolate(), target_function), local [all...] |
factory.h | 484 Handle<JSReceiver> target_function, Handle<Object> bound_this,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_disasm.c | 302 char *target_function[16] = { variable [all...] |