HomeSort by relevance Sort by last modified time
    Searched refs:Handle (Results 151 - 175 of 2278) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
LibSmbiosView.c 231 Get SMBIOS structure for the given Handle,
232 Handle is changed to the next handle or 0xFFFF when the end is
233 reached or the handle is not found.
235 @param[in, out] Handle 0xFFFF: get the first structure
240 @retval DMI_SUCCESS Handle is updated with next structure handle or
243 @retval DMI_INVALID_HANDLE Handle is updated with first structure handle or
248 IN OUT UINT16 *Handle,
    [all...]
  /external/v8/src/compiler/
js-native-context-specialization.h 49 Handle<Context> native_context,
82 Handle<Name> name,
87 Handle<Name> name, AccessMode access_mode,
89 Handle<FeedbackVector> vector, FeedbackSlot slot,
92 Handle<Name> name, AccessMode access_mode,
116 Node* effect, Node* control, Handle<Name> name,
118 LanguageMode language_mode, Handle<FeedbackVector> vector,
134 std::vector<Handle<Map>> const& maps);
138 void AssumePrototypesStable(std::vector<Handle<Map>> const& receiver_maps,
139 Handle<JSObject> holder)
    [all...]
pipeline.h 37 static CompilationJob* NewCompilationJob(Handle<JSFunction> function,
50 static Handle<Code> GenerateCodeForCodeStub(Isolate* isolate,
56 // Run the entire pipeline and generate a handle to a code object suitable for
58 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info);
62 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
73 static Handle<Code> GenerateCodeForTesting(
access-info.h 34 typedef std::vector<Handle<Map>> MapList;
37 typedef std::vector<std::pair<Handle<Map>, Handle<Map>>> MapTransitionList;
73 Handle<Object> constant,
82 Handle<Object> constant,
104 Handle<Object> constant() const { return constant_; }
117 Handle<Object> constant, MapList const& receiver_maps);
126 Handle<Object> constant_;
140 Handle<Context> native_context, Zone* zone);
142 bool ComputeElementAccessInfo(Handle<Map> map, AccessMode access_mode
    [all...]
  /external/v8/src/
json-parser.cc 23 Handle<Object> object,
24 Handle<Object> reviver) {
27 Handle<JSReceiver>::cast(reviver));
28 Handle<JSObject> holder =
30 Handle<String> name = isolate->factory()->empty_string();
36 Handle<JSReceiver> holder, Handle<String> name) {
38 Handle<Object> value;
42 Handle<JSReceiver> object = Handle<JSReceiver>::cast(value)
    [all...]