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

  /external/v8/src/
basic-block-profiler.h 26 void SetCode(std::ostringstream* os);
basic-block-profiler.cc 24 void BasicBlockProfiler::Data::SetCode(std::ostringstream* os) {
compilation-info.h 190 void SetCode(Handle<Code> code) { code_ = code; }
compiler.cc 504 info->SetCode(info->isolate()->builtins()->InstantiateAsmJs());
    [all...]
objects.cc     [all...]
  /external/webrtc/webrtc/p2p/base/
stunserver.cc 66 err_code->SetCode(error_code);
stun.h 427 void SetCode(int code);
stun.cc 766 SetCode(code);
781 void StunErrorCodeAttribute::SetCode(int code) {
port.cc 603 error_attr->SetCode(error_code);
    [all...]
stun_unittest.cc     [all...]
  /external/v8/src/js/
collection-iterator.js 72 %SetCode(SetIterator, SetIteratorConstructor);
150 %SetCode(MapIterator, MapIteratorConstructor);
weak-collection.js 99 %SetCode(GlobalWeakMap, WeakMapConstructor);
173 %SetCode(GlobalWeakSet, WeakSetConstructor);
v8natives.js 80 %SetCode(GlobalObject, ObjectConstructor);
collection.js 255 %SetCode(GlobalSet, SetConstructor);
435 %SetCode(GlobalMap, MapConstructor);
typedarray.js 818 %SetCode(GlobalTypedArray, TypedArrayConstructor);
853 %SetCode(GlobalNAME, NAMEConstructor);
i18n.js     [all...]
  /external/v8/src/compiler/
pipeline.cc 633 info()->SetCode(code);
    [all...]
  /external/v8/src/runtime/
runtime.h 235 F(SetCode, 2, 1) \
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 130 info->SetCode(code);
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 279 info()->SetCode(info()->isolate()->builtins()->InterpreterEntryTrampoline());
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 239 info()->SetCode(optimized_code);
    [all...]

Completed in 755 milliseconds