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

  /toolchain/binutils/binutils-2.25/gold/
target-select.cc 50 this->target_selector_->set_target();
80 Target_selector::set_target() function in class:gold::Target_selector
parameters.cc 115 Parameters::set_target(Target* target) function in class:gold::Parameters
300 static_parameters.set_target(target);
  /external/v8/src/ic/
ic-inl.h 88 void IC::set_target(Code* code) { function in class:v8::internal::IC
94 void LoadIC::set_target(Code* code) { function in class:v8::internal::LoadIC
102 IC::set_target(code);
106 void StoreIC::set_target(Code* code) { function in class:v8::internal::StoreIC
110 IC::set_target(code);
114 void KeyedStoreIC::set_target(Code* code) { function in class:v8::internal::KeyedStoreIC
118 IC::set_target(code);
  /external/v8/src/ast/
ast.h 1960 void set_target(Handle<JSFunction> target) { target_ = target; } function in class:v8::internal::final
2067 void set_target(Handle<JSFunction> target) { target_ = target; } function in class:v8::internal::final
2440 void set_target(Expression* e) { target_ = e; } function in class:v8::internal::final
    [all...]

Completed in 94 milliseconds