OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextOnlyDescriptor
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/
interface-descriptors.h
462
class
ContextOnlyDescriptor
: public CallInterfaceDescriptor {
464
DECLARE_DESCRIPTOR(
ContextOnlyDescriptor
, CallInterfaceDescriptor)
interface-descriptors.cc
137
void
ContextOnlyDescriptor
::Initialize(CallInterfaceDescriptorData* data) {
code-stubs.h
690
return
ContextOnlyDescriptor
(isolate());
774
return
ContextOnlyDescriptor
(isolate());
[
all
...]
Completed in 46 milliseconds