Home
last modified time | relevance | path

Searched defs:SetCode (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dbasic-block-profiler.cc24 void BasicBlockProfiler::Data::SetCode(std::ostringstream* os) { in SetCode() function in v8::internal::BasicBlockProfiler::Data
Dcompilation-info.h190 void SetCode(Handle<Code> code) { code_ = code; } in SetCode() function
/external/webrtc/webrtc/p2p/base/
Dstun.cc781 void StunErrorCodeAttribute::SetCode(int code) { in SetCode() function in cricket::StunErrorCodeAttribute