/external/v8/src/regexp/x64/ |
regexp-macro-assembler-x64.h | 57 virtual void CheckBitInTable(Handle<ByteArray> table, Label* on_bit_set); 65 virtual Handle<HeapObject> GetCode(Handle<String> source); 90 static Result Match(Handle<Code> regexp, 91 Handle<String> subject,
|
/external/v8/src/ |
code-stubs-hydrogen.cc | 248 Handle<Code> HydrogenCodeStub::GenerateLightweightMissCode( 277 Handle<Code> new_object = factory->NewCode( 284 static Handle<Code> DoGenerateCode(Stub* stub) { 303 Handle<Code> code = chunk->Codegen(); 321 Handle<Code> NumberToStringStub::GenerateCode() { 431 Handle<Code> TypeofStub::GenerateCode() { return DoGenerateCode(this); } 485 Handle<Code> FastCloneRegExpStub::GenerateCode() { 559 Handle<Code> FastCloneShallowArrayStub::GenerateCode() { 632 Handle<Code> FastCloneShallowObjectStub::GenerateCode() { 648 Handle<Map> allocation_site_map = isolate()->factory()->allocation_site_map() [all...] |
code-factory.h | 20 Callable(Handle<Code> code, CallInterfaceDescriptor descriptor) 23 Handle<Code> code() const { return code_; } 27 const Handle<Code> code_;
|
contexts-inl.h | 33 Handle<Context> ScriptContextTable::GetContext(Handle<ScriptContextTable> table, 36 return Handle<Context>::cast(FixedArray::get(table, i + kFirstContextSlot));
|
type-feedback-vector-inl.h | 137 Handle<Object> TypeFeedbackVector::UninitializedSentinel(Isolate* isolate) { 142 Handle<Object> TypeFeedbackVector::MegamorphicSentinel(Isolate* isolate) { 147 Handle<Object> TypeFeedbackVector::PremonomorphicSentinel(Isolate* isolate) {
|
/external/v8/src/ast/ |
scopeinfo.cc | 16 Handle<ScopeInfo> ScopeInfo::Create(Isolate* isolate, Zone* zone, 84 Handle<ScopeInfo> scope_info = factory->NewScopeInfo(length); 185 Handle<Object> start_position = factory->NewNumberFromInt( 189 Handle<Object> end_position = factory->NewNumberFromInt( 223 Handle<ScopeInfo> ScopeInfo::CreateGlobalThisBinding(Isolate* isolate) { 244 Handle<ScopeInfo> scope_info = factory->NewScopeInfo(length); 479 Handle<String> name(LocalName(var)); 530 int ScopeInfo::ContextSlotIndex(Handle<ScopeInfo> scope_info, 531 Handle<String> name, VariableMode* mode, 572 int ScopeInfo::ContextGlobalSlotIndex(Handle<ScopeInfo> scope_info [all...] |
/external/v8/src/full-codegen/ |
full-codegen.h | 388 void DeclareModules(Handle<FixedArray> descriptions); 389 void DeclareGlobals(Handle<FixedArray> pairs); 406 Handle<String> check); 429 // should_normalize, then the following comparison will not handle the 547 void EmitNewClosure(Handle<SharedFunctionInfo> info, bool pretenure); 632 void CallIC(Handle<Code> code, 688 Handle<Script> script() { return info_->script(); } 725 void PopulateDeoptimizationData(Handle<Code> code); 726 void PopulateTypeFeedbackInfo(Handle<Code> code); 727 void PopulateHandlerTable(Handle<Code> code) [all...] |
/external/vulkan-validation-layers/tests/ |
vktestbinding.h | 73 template <typename T> class Handle { 75 const T &handle() const { return handle_; } function in class:vk_testing::internal::Handle 81 explicit Handle() : handle_(VK_NULL_HANDLE) {} 82 explicit Handle(T handle) : handle_(handle) {} 84 void init(T handle) { 86 handle_ = handle; 91 Handle(const Handle &) [all...] |
/art/runtime/jdwp/ |
object_registry.h | 26 #include "handle.h" 74 JDWP::ObjectId Add(Handle<T> obj_h) 78 JDWP::RefTypeId AddRefType(Handle<mirror::Class> c_h) 111 JDWP::ObjectId InternalAdd(Handle<T> obj_h)
|
/external/avahi/avahi-sharp/ |
AddressResolver.cs | 59 private IntPtr handle; field in class:Avahi.AddressResolver 80 private static extern void avahi_address_resolver_free (IntPtr handle); 143 if (client.Handle == IntPtr.Zero || handle != IntPtr.Zero || 150 handle = avahi_address_resolver_new (client.Handle, iface, proto, addrPtr, flags, 153 if (handle == IntPtr.Zero) 162 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero && 166 avahi_address_resolver_free (handle); [all...] |
DomainBrowser.cs | 65 private IntPtr handle; field in class:Avahi.DomainBrowser 85 private static extern void avahi_domain_browser_free (IntPtr handle); 144 if (client.Handle == IntPtr.Zero && handle != IntPtr.Zero || 149 handle = avahi_domain_browser_new (client.Handle, iface, (int) proto, 153 if (handle == IntPtr.Zero) 160 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero && 163 avahi_domain_browser_free (handle); [all...] |
HostNameResolver.cs | 36 private IntPtr handle; field in class:Avahi.HostNameResolver 57 private static extern void avahi_host_name_resolver_free (IntPtr handle); 123 if (client.Handle == IntPtr.Zero || handle != IntPtr.Zero || 128 handle = avahi_host_name_resolver_new (client.Handle, iface, proto, 132 if (handle == IntPtr.Zero) 139 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero && 143 avahi_host_name_resolver_free (handle); [all...] |
ServiceTypeBrowser.cs | 59 private IntPtr handle; field in class:Avahi.ServiceTypeBrowser 78 private static extern void avahi_service_type_browser_free (IntPtr handle); 140 if (client.Handle == IntPtr.Zero || handle != IntPtr.Zero || 145 handle = avahi_service_type_browser_new (client.Handle, iface, (int) proto, 149 if (handle == IntPtr.Zero) 156 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero && 160 avahi_service_type_browser_free (handle); [all...] |
/external/v8/src/compiler/ |
code-stub-assembler.cc | 43 Handle<Code> CodeStubAssembler::GenerateCode() { 47 Handle<Code> code = Pipeline::GenerateCodeForCodeStub( 71 Node* CodeStubAssembler::HeapConstant(Handle<HeapObject> object) {
|
/external/v8/src/crankshaft/ |
lithium.h | 401 LEnvironment(Handle<JSFunction> closure, 428 Handle<JSFunction> closure() const { return closure_; } 522 Handle<JSFunction> closure_; 656 const ZoneList<Handle<SharedFunctionInfo>>& inlined_functions() const { 660 void AddInlinedFunction(Handle<SharedFunctionInfo> closure) { 664 void AddDeprecationDependency(Handle<Map> map) { 671 void AddStabilityDependency(Handle<Map> map) { 680 Handle<Code> Codegen(); 693 void CommitDependencies(Handle<Code> code) const; 700 ZoneList<Handle<SharedFunctionInfo>> inlined_functions_ [all...] |
/external/v8/src/interpreter/ |
bytecode-generator.h | 20 Handle<BytecodeArray> MakeBytecode(CompilationInfo* info); 131 ZoneVector<Handle<Object>>* globals() { return &globals_; } 141 ZoneVector<Handle<Object>> globals_;
|
/external/v8/src/regexp/arm/ |
regexp-macro-assembler-arm.h | 57 virtual void CheckBitInTable(Handle<ByteArray> table, Label* on_bit_set); 65 virtual Handle<HeapObject> GetCode(Handle<String> source);
|
/external/v8/src/regexp/ia32/ |
regexp-macro-assembler-ia32.h | 56 virtual void CheckBitInTable(Handle<ByteArray> table, Label* on_bit_set); 63 virtual Handle<HeapObject> GetCode(Handle<String> source);
|
/external/v8/src/regexp/mips/ |
regexp-macro-assembler-mips.h | 56 virtual void CheckBitInTable(Handle<ByteArray> table, Label* on_bit_set); 64 virtual Handle<HeapObject> GetCode(Handle<String> source);
|
/external/v8/src/regexp/ppc/ |
regexp-macro-assembler-ppc.h | 51 virtual void CheckBitInTable(Handle<ByteArray> table, Label* on_bit_set); 58 virtual Handle<HeapObject> GetCode(Handle<String> source);
|
/external/v8/src/regexp/x87/ |
regexp-macro-assembler-x87.h | 56 virtual void CheckBitInTable(Handle<ByteArray> table, Label* on_bit_set); 63 virtual Handle<HeapObject> GetCode(Handle<String> source);
|
/external/v8/src/runtime/ |
runtime-utils.h | 31 Handle<Type> name = args.at<Type>(index); 35 Handle<Object> name = args.at<Object>(index); 64 Handle<Object> name##_object = args.at<Object>(index); \
|
/external/v8/test/unittests/interpreter/ |
bytecode-array-iterator-unittest.cc | 31 Handle<HeapObject> heap_num_0 = factory->NewHeapNumber(2.718); 32 Handle<HeapObject> heap_num_1 = factory->NewHeapNumber(2147483647); 39 Handle<String> name = factory->NewStringFromStaticChars("abc");
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wdsclientapi.h | 63 HANDLE hSession, 68 HANDLE hTransfer 72 HANDLE Handle 82 HANDLE hSession, 87 HANDLE Handle 93 HANDLE Handle, 102 HANDLE hIfh [all...] |
/art/runtime/ |
dex_file.cc | [all...] |