OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsTemplateFor
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/src/
stub-cache.h
[
all
...]
stub-cache.cc
[
all
...]
builtins.cc
[
all
...]
api.cc
[
all
...]
objects.h
[
all
...]
bootstrapper.cc
[
all
...]
objects.cc
218
bool FunctionTemplateInfo::
IsTemplateFor
(Object* object) {
220
return
IsTemplateFor
(HeapObject::cast(object)->map());
224
bool FunctionTemplateInfo::
IsTemplateFor
(Map* map) {
[
all
...]
objects-inl.h
[
all
...]
Completed in 186 milliseconds