Home
last modified time | relevance | path

Searched refs:GetCodeWithFlags (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/
Daccess-compiler.cc12 Handle<Code> PropertyAccessCompiler::GetCodeWithFlags(Code::Flags flags, in GetCodeWithFlags() function in v8::internal::PropertyAccessCompiler
30 Handle<Code> PropertyAccessCompiler::GetCodeWithFlags(Code::Flags flags, in GetCodeWithFlags() function in v8::internal::PropertyAccessCompiler
33 ? GetCodeWithFlags(flags, in GetCodeWithFlags()
35 : GetCodeWithFlags(flags, NULL); in GetCodeWithFlags()
Daccess-compiler.h66 Handle<Code> GetCodeWithFlags(Code::Flags flags, const char* name);
67 Handle<Code> GetCodeWithFlags(Code::Flags flags, Handle<Name> name);
Dhandler-compiler.cc30 Handle<Code> code = GetCodeWithFlags(flags, name); in GetCode()