Searched defs:SetCode (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ | ||
D | basic-block-profiler.cc | 24 void BasicBlockProfiler::Data::SetCode(std::ostringstream* os) { in SetCode() function in v8::internal::BasicBlockProfiler::Data |
D | compilation-info.h | 190 void SetCode(Handle<Code> code) { code_ = code; } in SetCode() function |
/external/webrtc/webrtc/p2p/base/ | ||
D | stun.cc | 781 void StunErrorCodeAttribute::SetCode(int code) { in SetCode() function in cricket::StunErrorCodeAttribute |