OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Object
(Results
126 - 150
of
154
) sorted by null
1
2
3
4
5
6
7
/external/clang/lib/Sema/
SemaChecking.cpp
[
all
...]
TreeTransform.h
96
/// \brief Private RAII
object
that helps us forget and then re-remember
136
/// \brief Retrieves a reference to the semantic analysis
object
used for
173
/// \brief RAII
object
that temporarily sets the base location and entity
482
/// access expression, this is the type of the
object
whose member template
693
/// \brief Build an Objective-C
object
type.
695
/// By default, performs semantic analysis when building the
object
type.
707
/// \brief Build a new Objective-C
object
pointer type given the pointee type.
[
all
...]
/external/v8/include/
v8.h
91
class
Object
;
151
class
Object
;
193
* An
object
reference managed by the v8 garbage collector.
198
* point directly to an
object
. Instead, all objects are stored in
200
* whenever an
object
moves. Handles should always be passed by value
211
* It is safe to extract the
object
stored in the handle by
212
* dereferencing the handle (for instance, to extract the
Object
* from
213
* a Local<
Object
>); the value will still be governed by a handle
254
internal::
Object
** a = reinterpret_cast<internal::
Object
**>(this->val_)
[
all
...]
/external/v8/src/
api.cc
148
Local<Context> ContextFromHeapObject(i::Handle<i::
Object
> obj) {
217
i::Handle<i::
Object
> scriptName(i::Script::GetNameOrSourceURL(script));
218
i::Handle<i::
Object
> source_map_url(script->source_mapping_url(), isolate);
486
i::List<i::
Object
*> contexts(num_contexts);
715
i::
Object
** V8::GlobalizeReference(i::Isolate* isolate, i::
Object
** obj) {
717
i::Handle<i::
Object
> result = isolate->global_handles()->Create(*obj);
727
i::
Object
** V8::CopyPersistent(i::
Object
** obj) {
728
i::Handle<i::
Object
> result = i::GlobalHandles::CopyGlobal(obj)
781
i::Object*
object
= *Utils::OpenHandle(value);
local
2854
i::Handle<i::Object>
object
= Utils::OpenHandle(*json_
object
);
local
2874
i::Handle<i::Object>
object
= Utils::OpenHandle(this);
local
2885
i::Handle<i::Object>
object
= Utils::OpenHandle(this);
local
2896
i::Handle<i::Object>
object
= Utils::OpenHandle(this);
local
2903
i::Handle<i::Object>
object
= Utils::OpenHandle(this);
local
[
all
...]
objects.h
42
// Most
object
types in the V8 JavaScript are described in this file.
45
// -
Object
154
// Formats of
Object
*:
261
//
object
using __proto__ or
Object
.setPrototypeOf.
291
// marking can visit an
object
twice during a marking phase, so algorithms that
293
// perform an operation on an
object
once per marking phase: they record the
294
// MarkingParity when they visit an
object
, and only re-visit the
object
when it
302
// ICs store extra state in a Code
object
. The default extra state i
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h
696
#define ASSERT_APC(
Object
) NT_ASSERT((
Object
)->Type == ApcObject)
698
#define ASSERT_DPC(
Object
) \
699
ASSERT(((
Object
)->Type == 0) || \
700
((
Object
)->Type == DpcObject) || \
701
((
Object
)->Type == ThreadedDpcObject))
703
#define ASSERT_GATE(
object
) \
704
NT_ASSERT((((
object
)->Header.Type & KOBJECT_TYPE_MASK) == GateObject) || \
705
(((
object
)->Header.Type & KOBJECT_TYPE_MASK) == EventSynchronizationObject))
707
#define ASSERT_DEVICE_QUEUE(
Object
) \
[
all
...]
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar
/prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/23/
android.jar
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/system_23/
android.jar
/prebuilts/tools/common/api-versions/android-1/
android.jar
Completed in 968 milliseconds
1
2
3
4
5
6
7